transient_{$transient}

transient_{$transient}

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-includes/option.php line 1254
    	 *
    	 * @param mixed  $value     Value of transient.
    	 * @param string $transient Transient name.
    	 */
    	return apply_filters( "transient_{$transient}", $value, $transient );
    }
    
    /**
     * Sets/updates the value of a transient.
     *
     * You do not need to serialize values. If the value needs to be serialized,