do_action( 'tribe_tickets_save_post', WP_Post $post )

Allows us to Run any actions related to a Post that has Tickets


Parameters

$post

(WP_Post) Which post we are saving


Top ↑

Source

File: src/Tribe/Tickets_Handler.php


Top ↑

Changelog

Changelog
Version Description
4.6.2 Introduced.