set_transient_{$transient}

set_transient_{$transient}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('set_transient_{$transient}') is found 1 times:

  • /wp-includes/option.php line 1348
    		 * @param mixed  $value      Transient value.
    		 * @param int    $expiration Time until expiration in seconds.
    		 * @param string $transient  The name of the transient.
    		 */
    		do_action( "set_transient_{$transient}", $value, $expiration, $transient );
    
    		/**
    		 * Fires after the value for a transient has been set.
    		 *
    		 * @since 3.0.0
    		 * @since 3.6.0 The `$value` and `$expiration` parameters were added.