Page_API::get_unique_id()
Get a unique Id.
Return
(string) A unique id to use as the local id.
Source
File: src/Tribe/Meetings/Facebook/Page_API.php
public function get_unique_id() {
return uniqid();
}
Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |