Tribe__Tickets__Main::user_event_confirmation_list_shortcode()

Default attendee list shortcode handler.

Contents


Return

(Tribe__Tickets__Shortcodes__User_Event_Confirmation_List)


Top ↑

Source

File: src/Tribe/Main.php

	public function user_event_confirmation_list_shortcode() {
		if ( empty( $this->user_event_confirmation_list_shortcode ) ) {
			$this->user_event_confirmation_list_shortcode = new Tribe__Tickets__Shortcodes__User_Event_Confirmation_List;
		}

		return $this->user_event_confirmation_list_shortcode;
	}