Action hook 'setted_site_transient'

in WP Core File wp-includes/option.php at line 2638

Description

Fires after the value for a site transient has been set.

Occurrences

Filename Line Number
wp-includes/option.php 2638

Parameters

Type Name Description
string $transient The name of the site transient.
mixed $value Site transient value.
int $expiration Time until expiration in seconds.

PHP Doc

/**
		 * Fires after the value for a site transient has been set.
		 *
		 * @since 3.0.0
		 *
		 * @param string $transient  The name of the site transient.
		 * @param mixed  $value      Site transient value.
		 * @param int    $expiration Time until expiration in seconds.
		 */