wp_cache_set_last_changed

wp_cache_set_last_changed

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.3

do_action('wp_cache_set_last_changed') is found 1 times:

  • /wp-includes/functions.php line 7958
    	 * @param string    $group         The cache group name.
    	 * @param int       $time          The new last changed time.
    	 * @param int|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.