Filters the output of the XHTML generator tag.
$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 de la fonction the_generator
$result = the_generator($type);
if ($result) {
// Votre logique ici
}
Chargement des actualités...