Action hook fired at the end of the form-tracking form (after the submit button).
N/A
Sortie :
// Ajouter une fonction au hook action 'woocommerce_order_tracking_form_end'
add_action('woocommerce_order_tracking_form_end', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook woocommerce_order_tracking_form_end déclenché');
}
Chargement des actualités...