do_action( 'tec_tickets_plus_woo_generated_tickets', int $order_id )

Fires after all required Attendees for a WooCommerce order have been created.

Differently from the other actions, this one is fired even if no Attendees were created.


Parameters

$order_id

(int) ID of the WooCommerce order


Top ↑

Source

File: src/Tribe/Commerce/WooCommerce/Main.php


Top ↑

Changelog

Changelog
Version Description
5.7.4 Introduced.