heartbeat_tick

heartbeat_tick

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('heartbeat_tick') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3526
    3522
    3523
    3524
    3525
    3526
    3527
    3528
    3529
    3530
    3531
    3532
         *
         * @param array  $response  The Heartbeat response.
         * @param string $screen_id The screen ID.
         */
        do_action( 'heartbeat_tick', $response, $screen_id );
     
        // Send the current time according to the server.
        $response['server_time'] = time();
     
        wp_send_json( $response );
    }