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 WPCode)
Back To Top