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
Post a Comment