Core Function
View Source on Trac ↗ wp_cache_get_last_changed()
wp_cache_get_last_changed( mixed $group ) Gets last changed date for the specified cache group.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $group string | Where the cache contents are grouped. Required |
Return Value
(string)
UNIX timestamp with microseconds representing when the group was last changed.
Function Information
Since Version
4.7.0
Source File
wp-includes/functions.php
Advertisement