wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_cache_set_last_changed › WordPress Action Hooks

Seit6.3.0
Veraltetn/v
do_action( 'wp_cache_set_last_changed', $group, $time, $previous_time )
Parameter: (3)
  • () group The cache group name.
    Erforderlich: Ja
  • () time The new last changed time (msec sec).
    Erforderlich: Ja
  • () previous_time The previous last changed time. False if not previously set.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after a cache group `last_changed` time is updated.

This may occur multiple times per page load and registered actions must be performant.




Quellcode

do_action( 'wp_cache_set_last_changed', $group, $time, $previous_time );