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



heartbeat_received › Hooks de Filtros WordPress

Desde3.6.0
Obsoleton/a
apply_filters( 'heartbeat_received', $response, $data, $screen_id )
Parâmetros: (3)
  • (array) $response The Heartbeat response.
    Required: Yes
  • (array) $data The $_POST data sent.
    Required: Yes
  • (string) $screen_id The screen ID.
    Required: Yes
Definido em:
Codex:

Filters the Heartbeat response received.





Fonte

$response = apply_filters( 'heartbeat_received', $response, $data, $screen_id );