woocommerce_show_page_title

FILTER woocommerce\templates\loop\header.php (ligne 32) github
Hook: woocommerce_show_page_title. Allow developers to remove the product taxonomy archive page title.

Paramètres

Entrée :
true
Sortie :
N/A

Utilisation

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

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

Actualités

Chargement des actualités...