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