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_detail_top', $event->ID, true ); wp_nonce_field( Tribe__Events__Main::POSTTYPE, 'ecp_nonce' ); /** * Fires after the nonce field inside 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_eventform_top', $event->ID ); ?>

it's important to avoid * recurrence meta changing it's width when the Description changes */ ?> ) that contains 2 cells (
" data-step="" data-round="" value="is_auto_draft() ? $start_timepicker_default : $EventStartTime ) ?>" /> " data-step="" data-round="" value="is_auto_draft() ? $end_timepicker_default : $EventEndTime ); ?>" />

/>

s) * * @param int $event->ID the event currently being edited, will be 0 if creating a new event * @param boolean */ do_action( 'tribe_events_date_display', $event->ID, true ); ?>
render_meta_box_sections( $event ); ?> ) that contains 2 cells (

' placeholder='example.com' />
s) * * @param int $event->ID the event currently being edited, will be 0 if creating a new event * @param boolean */ do_action( 'tribe_events_url_table', $event->ID, true ); ?>
ID the event currently being edited, will be 0 if creating a new event * @param boolean */ do_action( 'tribe_events_details_table_bottom', $event->ID, true ); ?> ) that contains 2 cells (

' class='alignleft' />
' />
s) * * @param int $event->ID the event currently being edited, will be 0 if creating a new event * @param boolean */ do_action( 'tribe_events_cost_table', $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 );