wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_generator › WordPress Filter Hooks

Da2.5.0
Deprecaton/a
apply_filters( 'the_generator', get_the_generator( $type )
Parametri: (2)
  • (string) $generator_type The generator output.
    Richiesto:
  • (string) $type The type of generator to output. Accepts 'html', 'xhtml', 'atom', 'rss2', 'rdf', 'comment', 'export'.
    Richiesto:
Definito a:
Codex:

Filters the output of the XHTML generator tag for display.





Sorgenti

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