woocommerce_empty_price_html

FILTER woocommerce\includes\abstracts\abstract-wc-product.php (ligne 1945) github
Returns the price in html format.

Paramètres

Entrée :
'', $this
Sortie :
@param string $deprecated Deprecated param.
@return string

Utilisation

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

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

Actualités

Chargement des actualités...