wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_cache_set_last_changed › WordPress Function

Since6.3.0
Deprecatedn/a
wp_cache_set_last_changed ( $group )
Parameters:
  • (string) $group Where the cache contents are grouped.
    Required: Yes
Returns:
  • (string) UNIX timestamp when the group was last changed.
Defined at:
Codex:

Sets last changed date for the specified cache group to now.



Source

Soon...