[wp-trac] [WordPress Trac] #64904: Real time collboration: determine approach for opt in setting for users in Settings > Writing

WordPress Trac noreply at wordpress.org
Thu Mar 19 15:48:10 UTC 2026


#64904: Real time collboration: determine approach for opt in setting for users in
Settings > Writing
----------------------------+------------------------------
 Reporter:  annezazu        |       Owner:  (none)
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  General         |     Version:  trunk
 Severity:  normal          |  Resolution:
 Keywords:  needs-design    |     Focuses:  ui
----------------------------+------------------------------

Comment (by jorbin):

 It is already possible to set the default to on with the following code:

 {{{#!php
 <?php
 add_filter( 'default_option_wp_collaboration_enabled', '__return_true' );
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64904#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list