Tribe__Events__Integrations__Freemius::get_settings_path()

Get the Settings page path.


Return

(string) The Settings page path.


Top ↑

Source

File: src/Tribe/Integrations/Freemius.php

	public function get_settings_path() {
		return sprintf( 'edit.php?post_type=%s&page=%s', Tribe__Events__Main::POSTTYPE, $this->page );
	}

Top ↑

Changelog

Changelog
Version Description
5.0.2 Introduced.