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



heartbeat_tick › WordPress Action Hooks

Seit3.6.0
Veraltetn/v
do_action( 'heartbeat_tick', $response, $screen_id )
Parameter: (2)
  • (array) $response The Heartbeat response.
    Erforderlich: Ja
  • (string) $screen_id The screen ID.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when Heartbeat ticks in logged-in environments.

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





Quellcode

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