Removing Meta Generator WordPress
-
Hello,
I wanted to remove from my site:
<meta name="generator" content="WordPress 2.7" />
I saw this thread below:
https://www.ads-software.com/support/topic/164884?replies=16
I get this after adding to my functions.php file:
Fatal error: Call to undefined function remove_action() in /pathto/wp-includes/functions.php on line 25
So my question is 2-fold:
1) Instead of adding a remove function into functions.php – doesn’t it make more sense to remove the code that generates the generator in the first place?
2) If this is the best way, does anyone have any idea why I’m getting that fatal error?
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Removing Meta Generator WordPress’ is closed to new replies.