


























/* =====================================================
   CUSTOM LANDING PAGE ORDER SYSTEM
   STEP 1: AJAX CONNECTION TEST
   Purpose:
   - Test Frontend → PHP AJAX Communication
   - No WooCommerce Order Creation Yet
   ===================================================== */

add_action('wp_ajax_create_custom_order', 'create_custom_order');
add_action('wp_ajax_nopriv_create_custom_order', 'create_custom_order');

function create_custom_order() {

    wp_send_json_success(array(
        'message' => 'AJAX Working'
    ));

}



<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://fragbd.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://fragbd.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://fragbd.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://fragbd.com/wp-sitemap-posts-tahefobu_header-1.xml</loc></sitemap><sitemap><loc>https://fragbd.com/wp-sitemap-posts-tahefobu_footer-1.xml</loc></sitemap><sitemap><loc>https://fragbd.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://fragbd.com/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://fragbd.com/wp-sitemap-taxonomies-product_shipping_class-1.xml</loc></sitemap><sitemap><loc>https://fragbd.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
