heartbeat_nopriv_send

heartbeat_nopriv_send

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('heartbeat_nopriv_send') is found 1 times:

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