heartbeat_nopriv_received

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

  • /wp-admin/includes/ajax-actions.php line 43
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
         * @param array  $response  The no-priv Heartbeat response.
         * @param array  $data      The $_POST data sent.
         * @param string $screen_id The screen ID.
         */
        $response = apply_filters( 'heartbeat_nopriv_received', $response, $data, $screen_id );
    }
     
    /**
     * Filters Heartbeat Ajax response in no-privilege environments when no data is passed.
     *
     * @since 3.6.0

See this hook used in plugins: