Tribe__Tickets__Attendees::get_post()
Returns the current post being handled.
Return
(array|bool|null|WP_Post)
Source
File: src/Tribe/Attendees.php
public function get_post() {
return $this->attendees_table->event;
}
Changelog
| Version | Description |
|---|---|
| 4.6.2 | Introduced. |