[wp-hackers] meta generator in header of themes
Ryan McCue
ryanmccue at cubegames.net
Fri Dec 19 14:19:53 GMT 2008
Stefano Aglietti wrote:
> People are asking about why even if they remove the classic
>
> <meta name="generator" content="WordPress <?php bloginfo('version');
> ?>" />
>
> The WP version appears anyway.. i checked the code and i saw it's now
> autogenerated during the wp_head() call.
>
> How to remove it? The function ican be override by a 2 lines plugin?
> And the what are these lines?
>
> Thanks
>
>
remove_action('wp_meta', 'wp_generator');
--
Ryan McCue
<http://cubegames.net/>
More information about the wp-hackers
mailing list