wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



heartbeat_tick › Hooks de Ações WordPress

Desde3.6.0
Obsoleton/a
do_action( 'heartbeat_tick', $response, $screen_id )
Parâmetros: (2)
  • (array) $response The Heartbeat response.
    Required: Yes
  • (string) $screen_id The screen ID.
    Required: Yes
Definido em:
Codex:

Fires when Heartbeat ticks in logged-in environments.

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





Fonte

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