ID the event currently being edited, will be 0 if creating a new event
* @param boolean
*/
do_action( 'tribe_events_post_errors', $event->ID, true );
?>
ID the event currently being edited, will be 0 if creating a new event
* @param boolean
*/
do_action( 'tribe_events_above_donate', $event->ID, true );
/**
* Fires at the bottom of The Events Calendar meta box
*
* @param int $event->ID the event currently being edited, will be 0 if creating a new event
* @param boolean
*/
do_action( 'tribe_events_details_bottom', $event->ID, true );