wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_generator › Les Filtres WordPress

Depuis2.5.0
Dépréciéen/a
apply_filters( 'the_generator', get_the_generator( $type )
Paramètres: (2)
  • (string) $generator_type The generator output.
    Requis: Oui
  • (string) $type The type of generator to output. Accepts 'html', 'xhtml', 'atom', 'rss2', 'rdf', 'comment', 'export'.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the output of the XHTML generator tag for display.





Source

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