Page_API::is_ready()

Checks whether the current Facebook Page API is ready to use.


Return

(bool) Whether the current Facebook Page API has a loaded page.


Top ↑

Source

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

	public function is_ready() {
		return ! empty( $this->page_loaded );
	}

Top ↑

Changelog

Changelog
Version Description
1.7.0 Introduced.