Get the associated hook names for a topic.
$topic_hooks, $this
Sortie :
@param string $topic Topic name. @return array
// Modifier la valeur avec le filtre 'woocommerce_webhook_topic_hooks'
add_filter('woocommerce_webhook_topic_hooks', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($topic_hooks) {
// Modifier la valeur
return $topic_hooks;
}
Chargement des actualités...