Process the web hooks at the end of the request.
true, $data['webhook'], $data['arg']
Sortie :
// Modifier la valeur avec le filtre 'woocommerce_webhook_deliver_async'
add_filter('woocommerce_webhook_deliver_async', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(true) {
// Modifier la valeur
return true;
}
Chargement des actualités...