wpseek.com
A WordPress-centric search engine for devs and theme authors



heartbeat_received › WordPress Filter Hooks

Since3.6.0
Deprecatedn/a
apply_filters( 'heartbeat_received', $response, $data, $screen_id )
Parameters: (3)
  • (array) $response The Heartbeat response.
    Required: Yes
  • (array) $data The $_POST data sent.
    Required: Yes
  • (string) $screen_id The screen ID.
    Required: Yes
Defined at:
Codex:

Filters the Heartbeat response received.





Source

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