do_action( 'event_tickets_woocommerce_tickets_generated_for_product', int $product_id, int $order_id, int $quantity, int $post_id )

Action fired when a WooCommerce has had attendee tickets generated for it.


Parameters

$product_id

(int) WooCommerce product ID.

$order_id

(int) WooCommerce order ID.

$quantity

(int) Quantity ordered.

$post_id

(int) ID of event.


Top ↑

Source

File: src/Tribe/Repositories/Attendee/WooCommerce.php