Codex tools: Log in
Contents |
Get the value of a transient.
If the transient does not exist or does not have a value, then the return value will be false.
<?php get_transient( $transient ); ?>
Since: 2.8
get_transient() is located in wp-includes/functions.php.
Transients API: set_transient(), get_transient(), delete_transient(), set_site_transient(), get_site_transient(), delete_site_transient()