Tribe__Tickets__Tickets_View::is_edit_page()

Checks if this is the ticket page based on the current query var.

Contents

This only works after parse_query has run.


Return

(bool)


Top ↑

Source

File: src/Tribe/Tickets_View.php

	public function is_edit_page() {
		return false !== get_query_var( 'tribe-edit-orders', false );
	}