heartbeat_received

heartbeat_received

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('heartbeat_received') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3494
    		 * @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
    

See this hook used in plugins: