Get the hook names for the webhook.
$hooks, $this->get_id(
Sortie :
@return array
// Modifier la valeur avec le filtre 'woocommerce_webhook_hooks'
add_filter('woocommerce_webhook_hooks', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($hooks) {
// Modifier la valeur
return $hooks;
}
Chargement des actualités...