wp_cache_set_last_changed

wp_cache_set_last_changed

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('wp_cache_set_last_changed') is found 1 times:

  • /wp-includes/functions.php line 8046
    8042
    8043
    8044
    8045
    8046
    8047
    8048
    8049
    8050
    8051
    8052
         * @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.