woocommerce_webhook_deliver_async

FILTER woocommerce\includes\wc-webhook-functions.php (ligne 26) github
Process the web hooks at the end of the request.

Paramètres

Entrée :
true, $data['webhook'], $data['arg']
Sortie :
N/A

Utilisation

// 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;
}

Actualités

Chargement des actualités...