Fires within the webhook editor, after the Webhook Data fields have rendered.
$webhook
Sortie :
@param WC_Webhook $webhook
// Ajouter une fonction au hook action 'woocommerce_webhook_options'
add_action('woocommerce_webhook_options', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($webhook) {
// Votre code ici
error_log('Hook woocommerce_webhook_options déclenché');
}
Chargement des actualités...