woocommerce_webhook_updated

woocommerce_webhook_updated

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_webhook_updated') is found 1 times:

  • /includes/data-stores/class-wc-webhook-data-store.php line 166
    		if ( 'active' === $webhook->get_status() && ( $trigger || $webhook->get_pending_delivery() ) ) {
    			$webhook->deliver_ping();
    		}
    
    		do_action( 'woocommerce_webhook_updated', $webhook->get_id() );
    	}
    
    	/**
    	 * Remove a webhook from the database.
    	 *
    	 * @since 3.3.0
    

See this hook used in plugins: