apply_filters( "get_the_generator_{$type}", string $gen, string $type )

Filters the HTML for the retrieved generator type.


Description Description

The dynamic portion of the hook name, $type, refers to the generator type.


Parameters Parameters

$gen

(string) The HTML markup output to wp_head().

$type

(string) The type of generator. Accepts 'html', 'xhtml', 'atom', 'rss2', 'rdf', 'comment', 'export'.


Top ↑

Source Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.