Tribe__Events__Community__Event_Form::print_form( int $tribe_event_id, object $event, string $template )

Includes the specified template.


Parameters

$tribe_event_id

(int) (Required) The event id.

$event

(object) (Required) The event object.

$template

(string) (Required) The template path.


Top ↑

Return

(void)


Top ↑

Source

File: src/Tribe/Event_Form.php

	public function print_form( $tribe_event_id, $event, $template ) {
		include $template;
	}