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