apply_filters( 'the_generator', string $generator_type, string $type )

Filters the output of the XHTML generator tag for display.


Parameters

$generator_type

The generator output.

$type

The type of generator to output. Accepts 'html', 'atom', 'rss2', 'rdf', 'comment', 'export'.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
2.5.0 Introduced.