add_action('graphql_response_headers_to_send', function($headers) { $headers['Access-Control-Allow-Origin'] = 'https://frontend.ubeenutrition.com'; $headers['Access-Control-Allow-Headers'] = 'Content-Type'; $headers['Access-Control-Allow-Methods'] = 'POST, GET, OPTIONS'; return $headers; }); add_filter('wp_rest_cache/allowed_endpoints', function($endpoints) { // Cache WooCommerce product endpoints if (!isset($endpoints['wc/v3'])) { $endpoints['wc/v3'] = []; } $endpoints['wc/v3'][] = 'products'; $endpoints['wc/v3'][] = 'products/categories'; $endpoints['wc/v3'][] = 'coupons'; return $endpoints; }); // Allow frontend to access REST API and GraphQL add_action('init', function() { $origin = isset($_SERVER['HTTP_ORIGIN']) ? $_SERVER['HTTP_ORIGIN'] : ''; $allowed = array( 'https://frontend.ubeenutrition.com' ); if (in_array($origin, $allowed)) { header('Access-Control-Allow-Origin: ' . $origin); header('Access-Control-Allow-Methods: GET, POST, OPTIONS'); header('Access-Control-Allow-Headers: Content-Type, Authorization'); header('Access-Control-Allow-Credentials: true'); } if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') { status_header(200); exit(); } }); Cart – Ubee Nutrition
  • Link to X
  • Link to Dribbble
  • Shopping Cart Shopping Cart
    1Shopping Cart
Ubee Nutrition
  • Home
  • Shop
  • About
    • Recipes
  • Contact
  • My Account
  • Blog
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu

Cart

You are here: Home1 / Cart

Your cart is currently empty!


New in store

  • Glucosamine Powder
    Glucosamine Powder
    $22.00 — or subscribe to save 15%
    Add to cart
  • MSM with Glucosamine Powder
    MSM with Glucosamine Powder
    $22.00 — or subscribe to save 15%
    Add to cart
  • MSM (Methylsulfonylmethane) powder
    MSM (Methylsulfonylmethane) powder
    $22.00 — or subscribe to save 15%
    Add to cart
  • MSM with Glucosamine Capsules
    MSM with Glucosamine Capsules
    $18.00 — or subscribe to save 15%
    Add to cart
  • Immune Support
  • Super Foods
  • Anti-Inflammatory
  • Performance & Recovery
  • Bladder Support
  • Support & Detox
  • Sleep, Calm
  • Vitamins
  • Energy & Focus
  • eGifts

Support

727-724-4212
833-316-4075
team@ubeenutrition.com

Follow us on Facebook

Categories

  • All products
  • Anti-Inflammatory
  • Bladder Support
  • eGifts
  • Energy & Focus
  • Immune Support
  • Performance & Recovery
  • Sleep, Calm
  • Super Foods
  • Support & Detox
  • Vitamins

Navigation

  • Home
  • Shop
  • About
    • Recipes
  • Contact
  • My Account
  • Blog
  • Privacy Policy
  • Terms & Conditions
© Copyright - Ubee Nutrition - Enfold WordPress Theme by Kriesi
Scroll to top Scroll to top Scroll to top