woocommerce_formatted_refund_amount

FILTER woocommerce\includes\class-wc-order-refund.php (ligne 139) github
Get formatted refunded amount.

Paramètres

Entrée :
wc_price( $this->get_amount(
Sortie :
@return string

Utilisation

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

function ma_fonction_filtre(wc_price( $this->get_amount() {
    // Modifier la valeur
    return wc_price( $this->get_amount(;
}

Actualités

Chargement des actualités...