
function ksh_add_order_note(
    $order_id,
    $message
) {

    $order = wc_get_order( $order_id );

    if ( ! $order ) {
        return new WP_Error(
            'ksh_order_not_found',
            'WooCommerce order not found.'
        );
    }

    $order->add_order_note(
        $message,
        false
    );

    return true;
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//hotelvaluemart.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://hotelvaluemart.com/post-sitemap.xml</loc>
		<lastmod>2025-05-22T13:08:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://hotelvaluemart.com/page-sitemap.xml</loc>
		<lastmod>2026-06-25T13:18:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://hotelvaluemart.com/product-sitemap.xml</loc>
		<lastmod>2026-07-10T06:48:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://hotelvaluemart.com/category-sitemap.xml</loc>
		<lastmod>2025-05-22T13:08:11+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->