Skip to content

Snippet: Remove The Header Logo

add_action( 'init', function() {
	remove_action( 'wpex_hook_header_inner', 'wpex_header_logo' );
} );
All PHP snippets should be added via child theme's functions.php file or via a plugin. We recommend Code Snippets (100% Free) or WPCode (sponsored)
Back To Top