I am trying to remove Menus panel in wordpress customizer using below code but its not working.Someone please guide me.Thanks
$wp_customize->remove_panel( 'nav_menus' );
I am trying to remove Menus panel in wordpress customizer using below code but its not working.Someone please guide me.Thanks
$wp_customize->remove_panel( 'nav_menus' );
Comments are closed.
There are 2 Trac tickets that govern this issue. The complete solution to this is
More details:
https://core.trac.wordpress.org/ticket/33552
https://core.trac.wordpress.org/ticket/33411
In the old versions of wordpress (<4.3) this worked, but not now:
Thank you dingo_d, that worked for me too.
Incidentally,
$wp_customize->remove_panel('widgets);
still works in WordPress v. 4.5.1