feed_links_extra_show_tax_feed

FILTER wp-includes\general-template.php (ligne 3475) github
Filters whether to display the custom taxonomy feed link.

Paramètres

Entrée :
true
Sortie :
@param bool $show Whether to display the custom taxonomy feed link. Default true.

Utilisation

// Modifier la valeur avec le filtre 'feed_links_extra_show_tax_feed'
add_filter('feed_links_extra_show_tax_feed', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre(true) {
    // Modifier la valeur
    return true;
}

Actualités

Chargement des actualités...