Wordpress hide widgets section from Customizer -


so i'm trying rid of these widgets showing in customizer keep customizer simple.

i remove default site tagline , title code:

$wp_customize->remove_section( 'title_tagline' ); $wp_customize->remove_section( 'static_front_page' ); 

any ideas how remove widgets using similar code?

i found this

  $wp_customize->remove_panel('widgets'); 

it's work me.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -