Tribe__Tickets_Plus__Meta::rsvp_meta()

Object accessor method for the RSVP meta

Contents


Return

(Tribe__Tickets_Plus__Meta__RSVP)


Top ↑

Source

File: src/Tribe/Meta.php

	public function rsvp_meta() {
		if ( ! $this->rsvp_meta ) {
			$this->rsvp_meta = new Tribe__Tickets_Plus__Meta__RSVP;
			$this->rsvp_meta->hook();
		}

		return $this->rsvp_meta;
	}