the_generator

FUNCTION wp-includes\general-template.php (ligne 5118) github
Filters the output of the XHTML generator tag.

Paramètres

Entrée :
$type
Sortie :
@param string $generator_type The XHTML generator.
@param string $type The type of generator to output - (html|xhtml|atom|rss2|rdf|comment|export).

Utilisation

// Utilisation de la fonction the_generator
$result = the_generator($type);

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...