wp_cache_set_last_changed, $group, $time, $previous_time
wp_cache_set_last_changed, $group, $time, $previous_time
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wp_cache_set_last_changed, $group, $time, $previous_time') is found 1 times:
- /wp-includes/functions.php line 8181
* @param string $group The cache group name. * @param string $time The new last changed time (msec sec). * @param string|false $previous_time The previous last changed time. False if not previously set. */ do_action( 'wp_cache_set_last_changed', $group, $time, $previous_time ); return $time; } /** * Sends an email to the old site admin email address when the site admin email address changes.