Top Google Search Results
- Removing the WordPress Generator meta tag completely | Christian ...
Dec 22, 2008... 'export'); foreach ($types as $type) add_filter('get_the_generator_'. ... What it does is adding a filter for every type but RDF returning just and ... - 10 Simple tweaks to secure your Wordpress site and prevent it from ...
Jun 13, 2011... if (function_exists('add_filter')) { $types = array('html', 'xhtml', 'atom', ... 'export'); foreach ($types as $type) add_filter('get_the_generator_'. - Remove <meta name="generator" content="WordPress 2.5" />
... if (function_exists('add_filter')) { $types = array('html', 'xhtml', 'atom', 'rss2', /*'rdf',* / ... 'export'); foreach ($types as $type) add_filter('get_the_generator_'.$type ... - How to remove the WordPress Generator Meta Tag
Jun 4, 2011... if (function_exists('add_filter')) { $types = array('html', 'xhtml', 'atom', ... 'export'); foreach ($types as $type) add_filter('get_the_generator_'.