Filter the account required message HTML.
null, $product
Sortie :
@param string|null $pre The message. @param WC_Product $product Product object. @return string|null The message.
// 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;
}
Chargement des actualités...