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



the_generator › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'the_generator', get_the_generator( $type )
Parameter: (2)
  • (string) $generator_type The generator output.
    Erforderlich: Ja
  • (string) $type The type of generator to output. Accepts 'html', 'xhtml', 'atom', 'rss2', 'rdf', 'comment', 'export'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the output of the XHTML generator tag for display.





Quellcode

echo apply_filters( 'the_generator', get_the_generator( $type ), $type ) . "\n";