[wp-trac] [WordPress Trac] #54683: Allow the Customize admin bar node to show on the front-end when using a block theme if any plugins use the Customizer.

WordPress Trac noreply at wordpress.org
Thu Dec 23 01:12:22 UTC 2021


#54683: Allow the Customize admin bar node to show on the front-end when using a
block theme if any plugins use the Customizer.
---------------------------------------+---------------------
 Reporter:  pbiron                     |       Owner:  (none)
     Type:  defect (bug)               |      Status:  new
 Priority:  normal                     |   Milestone:  5.9
Component:  Toolbar                    |     Version:  trunk
 Severity:  normal                     |  Resolution:
 Keywords:  has-patch has-screenshots  |     Focuses:
---------------------------------------+---------------------
Changes (by sabernhardt):

 * keywords:  has-patch => has-patch has-screenshots
 * component:  Customize => Toolbar


Comment:

 I had `customize_register` in a custom plugin to create each of the
 screenshots.

 If anyone else wants to test it, you can use this code:
 {{{
 add_action( 'customize_register', '__return_true' );
 }}}

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


More information about the wp-trac mailing list