feed_links_extra_show_search_feed

FILTER wp-includes\general-template.php (ligne 3524) github
Filters whether to display the search results feed link.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...