Exemple #1
0
 /**
  * Creates the Tickets FrontEnd facing View class
  *
  * This will happen on `plugins_loaded` by default
  *
  * @return Tribe__Tickets__Tickets_View
  */
 public function tickets_view()
 {
     return Tribe__Tickets__Tickets_View::hook();
 }