Get formatted refunded amount.
wc_price( $this->get_amount(
Sortie :
@return string
// 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(;
}
Chargement des actualités...