[wp-hackers] meta generator in header of themes

Ozh ozh at planetozh.com
Fri Dec 19 14:26:09 GMT 2008


>People are asking about why even if they remove the classic
><meta name="generator" content="WordPress <?php bloginfo('version');
>?>" />

add_filter('the_generator', create_function('', 'return "";'));

For more specific cases (remove in blog page but not feed etc...) see 
general-template.php/the_generator()

Ozh



More information about the wp-hackers mailing list