Skip to content

Snippet: Remove WordPress Meta Generator Tag

add_filter( 'the_generator', '__return_null' );
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