do_action( 'setted_transient', string $transient, mixed $value, int $expiration )

Fires after the value for a transient has been set.


Description Description


Parameters Parameters

$transient

(string) The name of the transient.

$value

(mixed) Transient value.

$expiration

(int) Time until expiration in seconds.


Top ↑

Source Source

File: wp-includes/option.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 The $value and $expiration parameters were added.
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.