How to Remove Genesis TitleLogo Metabox from Customizer

How to Remove Genesis Title/Logo Metabox from Customizer

/*
 * Remove title/logo metabox from Genesis customizer
 * See https://developer.wordpress.org/themes/advanced-topics/customizer-api/
 */
add_action( 'customize_register', 'es_theme_customize_register', 99 ); // Priority had to be last for this to work
function es_theme_customize_register( $wp_customize ) {
    $wp_customize->remove_control('blog_title');

}
wprocket

 

GenesisPro728x90

Facebook
Twitter
LinkedIn
Pinterest
Tumblr
Anwer Ashif

Anwer Ashif

Founder of RainaStudio. Help businesses and individuals to create and outstand their online presence. Our success rate is measurable. Our blog served all around the world and counting.

Leave a Reply

Your email address will not be published. Required fields are marked *