woocommerce_use_block_notices_in_classic_theme

FILTER woocommerce\src\Blocks\Domain\Services\Notices.php (ligne 54) github
Allow classic theme developers to opt-in to using block notices.

Paramètres

Entrée :
false
Sortie :
@param bool $use_block_notices_in_classic_theme Whether to use block notices in classic theme.
@return bool

Utilisation

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

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

Actualités

Chargement des actualités...