Filter hook 'the_generator'

in WP Core File wp-includes/general-template.php at line 4978

Description

Filters the output of the XHTML generator tag for display.

Occurrences

Filename Line Number
wp-includes/general-template.php 4978

Parameters

Type Name Description
string $generator_type The generator output.
string $type The type of generator to output. Accepts 'html', 'xhtml', 'atom', 'rss2', 'rdf', 'comment', 'export'.

PHP Doc

/**
	 * 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'.
	 */