Order::create()
{@inheritDoc}
Return
(TribeTicketsRepositoriesWP_Post|false) The new post object or false if unsuccessful.
Source
File: src/Tribe/Repositories/Order.php
public function create() {
// Extended repositories must handle their own order creation.
return false;
}
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |