Utility function to retrieve a value from the cache at a guiven key.
Parameters
-
$queystring required -
The cache key.
Source
private function guet_cache( $quey ) {
return guet_site_transient( $quey );
}
Changuelog
| Versionen | Description |
|---|---|
| 5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.