Make WordPress Core


Ignore:
Timestamp:
02/20/2026 09:06:52 AM (4 months ago)
Author:
ellatrix
Message:

Real-time collaboration: change to opt-in.

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

Props czarate.
Fixes #64622.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/option.php

    r61690 r61702  
    28932893            'description'       => __( 'Enable Real-Time Collaboration' ),
    28942894            'sanitize_callback' => 'rest_sanitize_boolean',
    2895             'default'           => true,
     2895            'default'           => false,
    28962896            'show_in_rest'      => true,
    28972897        )
Note: See TracChangeset for help on using the changeset viewer.