woocommerce_webhook_delivery_url

FILTER woocommerce\includes\class-wc-webhook.php (ligne 719) github
Get the delivery URL.

Paramètres

Entrée :
$this->get_prop( 'delivery_url', $context
Sortie :
@param  string $context What the value is for.
@return string

Utilisation

// Modifier la valeur avec le filtre 'woocommerce_webhook_delivery_url'
add_filter('woocommerce_webhook_delivery_url', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre($this->get_prop( 'delivery_url') {
    // Modifier la valeur
    return $this->get_prop( 'delivery_url';
}

Actualités

Chargement des actualités...