wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



heartbeat_tick › Les Actions WordPress

Depuis3.6.0
Dépréciéen/a
do_action( 'heartbeat_tick', $response, $screen_id )
Paramètres: (2)
  • (array) $response The Heartbeat response.
    Requis: Oui
  • (string) $screen_id The screen ID.
    Requis: Oui
Défini(e) dans:
Codex:

Fires when Heartbeat ticks in logged-in environments.

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





Source

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