heartbeat_received, $response, $data, $screen_id
heartbeat_received, $response, $data, $screen_id
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('heartbeat_received, $response, $data, $screen_id') is found 1 times:
- /wp-admin/includes/ajax-actions.php line 3513
* @param array $response The Heartbeat response. * @param array $data The $_POST data sent. * @param string $screen_id The screen ID. */ $response = apply_filters( 'heartbeat_received', $response, $data, $screen_id ); } /** * Filters the Heartbeat response sent. * * @since 3.6.0