woocommerce_credit_card_form_end

ACTION woocommerce\includes\gateways\class-wc-payment-gateway-cc.php (ligne 92) github
Outputs fields for entering credit card information.

Paramètres

Entrée :
$this->id
Sortie :
N/A

Utilisation

// Ajouter une fonction au hook action 'woocommerce_credit_card_form_end'
add_action('woocommerce_credit_card_form_end', 'ma_fonction_personnalisee', 10, 1);

function ma_fonction_personnalisee($this->id) {
    // Votre code ici
    error_log('Hook woocommerce_credit_card_form_end déclenché');
}

Actualités

Chargement des actualités...