Filter the saved payment method option.
$html, $this
Sortie :
@param string $html Option HTML. @param WC_Payment_Gateway $this Payment gateway instance. @return string
// Modifier la valeur avec le filtre 'woocommerce_payment_gateway_get_new_payment_method_option_html'
add_filter('woocommerce_payment_gateway_get_new_payment_method_option_html', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($html) {
// Modifier la valeur
return $html;
}
Chargement des actualités...