woocommerce_webhook_event, isset( $topic[1]

woocommerce_webhook_event, isset( $topic[1]

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_webhook_event, isset( $topic[1]') is found 1 times:

  • /includes/class-wc-webhook.php line 1102
    	 */
    	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