wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_generator_type › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( 'wp_generator_type', 'xhtml' )
Parameters:
  • (string) $generator_type The XHTML generator.
    Required: Yes
Defined at:
Codex:

Filters the output of the XHTML generator tag.





Source

the_generator( apply_filters( 'wp_generator_type', 'xhtml' ) );