Tribe__Tickets__Attendee_Repository::create()
{@inheritDoc}
Return
(WP_Post|false) The new post object or false if unsuccessful.
Source
File: src/Tribe/Attendee_Repository.php
public function create() {
// Disabled for now.
return false;
}
{@inheritDoc}
(WP_Post|false) The new post object or false if unsuccessful.
File: src/Tribe/Attendee_Repository.php
public function create() {
// Disabled for now.
return false;
}