Tribe__PUE__Checker::set_key_status_transient_name()

Creates a hash for the transient name that holds the current key status.

Contents


Source

File: src/Tribe/PUE/Checker.php

		public function set_key_status_transient_name() {
			$this->pue_key_status_transient_name = md5( $this->get_slug() . $this->get_site_domain() );
		}

Top ↑

Changelog

Changelog
Version Description
4.14.14 Introduced.