Tribe__Tickets__RSVP::generate_order_id()
Generates an Order ID.
Return
(string)
Source
File: src/Tribe/RSVP.php
public static function generate_order_id() {
return md5( time() . rand() );
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |
Generates an Order ID.
(string)
File: src/Tribe/RSVP.php
public static function generate_order_id() {
return md5( time() . rand() );
}
| Version | Description |
|---|---|
| 4.7 | Introduced. |