woocommerce_webhook_event

woocommerce_webhook_event

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_webhook_event') is found 1 times:

  • /includes/class-wc-webhook.php line 1066
    	 */
    	public function get_event() {
    		$topic = explode( '.', $this->get_topic() );
    
    		return apply_filters( 'woocommerce_webhook_event', isset( $topic[1] ) ? $topic[1] : '', $this->get_id() );
    	}
    
    	/**
    	 * Get the webhook i18n status.
    	 *
    	 * @return string