Tribe__Events__Community__Event_Form::print_form( int $tribe_event_id, object $event, string $template )
Includes the specified template.
Contents
Parameters
- $tribe_event_id
-
(int) (Required) The event id.
- $event
-
(object) (Required) The event object.
- $template
-
(string) (Required) The template path.
Return
(void)
Source
File: src/Tribe/Event_Form.php
public function print_form( $tribe_event_id, $event, $template ) {
include $template;
}