do_action( 'tribe_tickets_save_post', WP_Post $post )
Allows us to Run any actions related to a Post that has Tickets
Contents
Parameters
- $post
-
(WP_Post) Which post we are saving
Source
Changelog
| Version | Description |
|---|---|
| 4.6.2 | Introduced. |