wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_generator_type › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'wp_generator_type', 'xhtml' )
Parameter:
  • (string) $generator_type The XHTML generator.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the output of the XHTML generator tag.





Quellcode

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