Tribe__Events__Aggregator__Page::check_for_license_updates()

Checks if the license is still valid once the aggregator page is accessed.


Return

(void)


Top ↑

Source

File: src/Tribe/Aggregator/Page.php

	public function check_for_license_updates() {

		$aggregator = tribe( 'events-aggregator.main' );
		$aggregator->pue_checker->check_for_updates();

	}

Top ↑

Changelog

Changelog
Version Description
4.6.19 Introduced.