Make WordPress Core


Ignore:
Timestamp:
05/08/2026 02:03:18 PM (4 weeks ago)
Author:
ellatrix
Message:

Remove real-time collaboration.

Removes all RTC related code from core. There will still be RTC related code in Gutenberg, but effectively disabled for core since nothing turns it on. The wp.sync global has also been hidden by bundling in https://github.com/WordPress/gutenberg/pull/78085.

Developed in: https://github.com/WordPress/wordpress-develop/pull/11774.

Props maxschmeling, ellatrix, mukesh27.
Fixes #65205.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r61943 r62334  
    311311require ABSPATH . WPINC . '/abilities-api.php';
    312312require ABSPATH . WPINC . '/abilities.php';
    313 require ABSPATH . WPINC . '/collaboration/interface-wp-sync-storage.php';
    314 require ABSPATH . WPINC . '/collaboration/class-wp-sync-post-meta-storage.php';
    315 require ABSPATH . WPINC . '/collaboration/class-wp-http-polling-sync-server.php';
    316 require ABSPATH . WPINC . '/collaboration.php';
    317313require ABSPATH . WPINC . '/rest-api.php';
    318314require ABSPATH . WPINC . '/rest-api/class-wp-rest-server.php';
Note: See TracChangeset for help on using the changeset viewer.