get_site_transient
get_site_transient ( $transient )
Parameters:- (string) transient Transient name. Expected to not be SQL-escaped.
See:Returns:- (mixed) Value of transient.
Defined at: - Introduced in WordPress: 2.9.0
- Deprecated in WordPress: —
Description
Retrieves the value of a site transient.If the transient does not exist, does not have a value, or has expired,
then the return value will be false.