How to Remove Genesis TitleLogo Metabox from Theme Options

How to Remove Genesis Title/Logo Metabox from Theme Options

/* Remove title/logo metabox from Genesis theme options page
 * See http://www.billerickson.net/code/remove-metaboxes-from-genesis-theme-settings/
 * Updated to use $_genesis_admin_settings instead of legacy variable in Bill's example.
 */
add_action( 'genesis_theme_settings_metaboxes', 'be_remove_metaboxes' );
function be_remove_metaboxes( $_genesis_admin_settings ) {
  remove_meta_box( 'genesis-theme-settings-header', $_genesis_admin_settings, 'main' );
}
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 *