skip to Main Content

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