Get the event for the webhook, e.g. `created`.
isset( $topic[1]
Sortie :
@return string
// Modifier la valeur avec le filtre 'woocommerce_webhook_event'
add_filter('woocommerce_webhook_event', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(isset( $topic[1]) {
// Modifier la valeur
return isset( $topic[1];
}
Chargement des actualités...