woocommerce_webhook_topic_hooks, $topic_hooks, $webhook

woocommerce_webhook_topic_hooks, $topic_hooks, $webhook

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_webhook_topic_hooks, $topic_hooks, $webhook') is found 1 times:

  • /includes/class-wc-webhook.php line 1049
    		 *                                unsaved instance when called from
    		 *                                `WC_Webhook::get_default_topic_hooks()`
    		 *                                without a webhook context.
    		 */
    		return apply_filters( 'woocommerce_webhook_topic_hooks', $topic_hooks, $webhook );
    	}
    
    	/**
    	 * Get the associated hook names for a topic.
    	 *
    	 * @since  2.2.0