woocommerce_customer_stock_notifications_account_required_message_html

FILTER woocommerce\src\Internal\StockNotifications\Frontend\ProductPageIntegration.php (ligne 148) github
Filter the account required message HTML.

Paramètres

Entrée :
null, $product
Sortie :
@param string|null $pre The message.
@param WC_Product  $product Product object.
@return string|null The message.

Utilisation

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

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

Actualités

Chargement des actualités...