Get the delivery URL.
$this->get_prop( 'delivery_url', $context
Sortie :
@param string $context What the value is for. @return string
// 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';
}
Chargement des actualités...