pre_transient_{$transient}

pre_transient_{$transient}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('pre_transient_{$transient}') is found 1 times:

  • /wp-includes/option.php line 1213
    	 *                              Any value other than false will short-circuit the retrieval
    	 *                              of the transient, and return that value.
    	 * @param string $transient     Transient name.
    	 */
    	$pre = apply_filters( "pre_transient_{$transient}", false, $transient );
    
    	if ( false !== $pre ) {
    		return $pre;
    	}
    
    	if ( wp_using_ext_object_cache() || wp_installing() ) {