Tribe__Tickets__RSVP::get_instance()
Get (and instantiate, if necessary) the instance of the class
Return
Source
File: src/Tribe/RSVP.php
public static function get_instance() {
return tribe( 'tickets.rsvp' );
}
Get (and instantiate, if necessary) the instance of the class
File: src/Tribe/RSVP.php
public static function get_instance() {
return tribe( 'tickets.rsvp' );
}