wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



heartbeat_tick › WordPress Action Hooks

Da3.6.0
Deprecaton/a
do_action( 'heartbeat_tick', $response, $screen_id )
Parametri: (2)
  • (array) $response The Heartbeat response.
    Richiesto:
  • (string) $screen_id The screen ID.
    Richiesto:
Definito a:
Codex:

Fires when Heartbeat ticks in logged-in environments.

Allows the transport to be easily replaced with long-polling.





Sorgenti

do_action( 'heartbeat_tick', $response, $screen_id );