WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_generator_type

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 4942 /**
* Filters the output of the XHTML generator tag.
*
* @since 2.5.0
*
* @param string $generator_type The XHTML generator.
*/

Hook Parameters

Parameter Type Name Description
string $generator_type The XHTML generator.