Top Google Search Results
- get_site_transient (WordPress Function) - WPSeek.com
function get_site_transient( $transient ) { global $_wp_using_ext_object_cache; $pre = apply_filters( 'pre_site_transient_' . $transient, false ); if ( false !== $pre ) ... - get_site_transient | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_site_transient( $transient ) { global $_wp_using_ext_object_cache; $pre = apply_filters( 'pre_site_transient_' . $transient, false ); if ... - Docs for page option.php
return: Value of transient; see: get_transient(); since: 2.9.0; uses: apply_filters() - Calls 'pre_site_transient_$transient' hook before checking the transient. - PHPXRef 0.7 : WordPress : /wp-includes/option.php source
$transient; 413 $result = delete_option( $option ); 414 if ( $result ) 415 ..... apply_filters() Calls 'pre_site_transient_$transient' hook before checking the transient.