Fires after a cache group last_changed
time is updated.
Description
This may occur multiple times per page load and registered actions must be performant.
Parameters
$group
string- The cache group name.
$time
int- The new last changed time.
$previous_time
int|false- The previous last changed time. False if not previously set.
Source
do_action( 'wp_cache_set_last_changed', $group, $time, $previous_time );
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.