heartbeat_send

heartbeat_send

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('heartbeat_send') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3514
    3510
    3511
    3512
    3513
    3514
    3515
    3516
    3517
    3518
    3519
    3520
    *
     * @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.
     *

See this hook used in plugins: