Filters whether to display the comments feed link.
true
Sortie :
@param bool $show Whether to display the comments feed link. Default true.
// Modifier la valeur avec le filtre 'feed_links_show_comments_feed'
add_filter('feed_links_show_comments_feed', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(true) {
// Modifier la valeur
return true;
}
Chargement des actualités...