heartbeat_received

heartbeat_received

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_received') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3503
    3499
    3500
    3501
    3502
    3503
    3504
    3505
    3506
    3507
    3508
    3509
         * @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: