Tribe__PUE__Checker::set_key_status_name()

Set the PUE key status property names.

Contents


Source

File: src/Tribe/PUE/Checker.php

		public function set_key_status_name() {
			$this->pue_key_status_option_name = 'pue_key_status_' . $this->get_slug() . '_' . $this->get_site_domain();

			// @todo remove transient in a major feature release where we release all plugins.
			$this->pue_key_status_transient_name = md5( $this->get_slug() . $this->get_site_domain() );
		}

Top ↑

Changelog

Changelog
Version Description
4.14.9 Introduced.