Tribe__PUE__Checker::set_key_status_transient_name()
Creates a hash for the transient name that holds the current key status.
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() );
}
Changelog
| Version | Description |
|---|---|
| 4.14.14 | Introduced. |