[wp-trac] [WordPress Trac] #33411: remove_panel('nav_menus') action generates errors
WordPress Trac
noreply at wordpress.org
Wed Aug 19 00:53:51 UTC 2015
#33411: remove_panel('nav_menus') action generates errors
--------------------------+------------------------------
Reporter: IstanbulMMV | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Customize | Version: 4.3
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: administration
--------------------------+------------------------------
Changes (by celloexpressions):
* keywords: => needs-patch
Comment:
Removing the panel probably isn't the best approach here since menus are
more fully integrated with core (hence the notice). Temporary workarounds
would be trying to change the capability set on the panel or adding an
active callback filter that disables it, ie (untested):
{{{
$wp_customize->get_panel( 'nav_menus' )->active_callback =
'__return_false';
}}}
We should investigate whether there's a way to avoid that error though.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33411#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list