twentytwenty_show_categories_in_entry_header

FILTER wp-content\themes\twentytwenty\template-parts\entry-header.php (ligne 30) github
Allow child themes and plugins to filter the display of the categories in the entry header.

Paramètres

Entrée :
true
Sortie :
@param bool $show_categories Whether to show the categories in header. Default true.

Utilisation

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

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

Actualités

Chargement des actualités...