heartbeat_send, $response, $screen_id

heartbeat_send, $response, $screen_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('heartbeat_send, $response, $screen_id') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3524
    	 *
    	 * @param array  $response  The Heartbeat response.
    	 * @param string $screen_id The screen ID.
    	 */
    	$response = apply_filters( 'heartbeat_send', $response, $screen_id );
    
    	/**
    	 * Fires when Heartbeat ticks in logged-in environments.
    	 *
    	 * Allows the transport to be easily replaced with long-polling.
    	 *