woocommerce_webhook_updated, $webhook->get_id(

woocommerce_webhook_updated, $webhook->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_webhook_updated, $webhook->get_id(') 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