Page_API::get_unique_id()

Get a unique Id.


Return

(string) A unique id to use as the local id.


Top ↑

Source

File: src/Tribe/Meetings/Facebook/Page_API.php

	public function get_unique_id() {
		return uniqid();
	}

Top ↑

Changelog

Changelog
Version Description
1.7.0 Introduced.