Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: setted_site_transient

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1983           /**
1984            * Fires after the value for a site transient has been set.
1985            *
1986            * @since 3.0.0
1987            *
1988            * @param string $transient  The name of the site transient.
1989            * @param mixed  $value      Site transient value.
1990            * @param int    $expiration Time until expiration in seconds.
1991            */
1992           do_action( 'setted_site_transient', $transient, $value, $expiration );
1993      }
1994
1995      return $result;
1996 }
1997
1998 /**
1999  * Registers default settings available in WordPress.
2000  *
2001  * The settings registered here are primarily useful for the REST API, so this