get_transient


get_transient ( $transient )

Parameters:
  • (string) transient Transient name. Expected to not be SQL-escaped.
Returns:
  • (mixed) Value of transient.
Defined at:

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.

Related Functions

set_transient, get_site_transient, delete_transient, set_site_transient, delete_site_transient

Top Google Results

User discussions

wpseek mobile