WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_generator

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 4965 /**
* Filters the output of the XHTML generator tag for display.
*
* @since 2.5.0
*
* @param string $generator_type The generator output.
* @param string $type The type of generator to output. Accepts 'html',
* 'xhtml', 'atom', 'rss2', 'rdf', 'comment', 'export'.
*/

Hook Parameters

Parameter Type Name Description
string $generator_type The generator output.
string $type The type of generator to output. Accepts 'html',