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(); } }); Shop – Page 2 – Ubee Nutrition
  • Link to X
  • Link to Dribbble
  • Shopping Cart Shopping Cart
    0Shopping 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

Shop

You are here: Home1 / Shop2

Shop

  • Sort by Default
    • Default
    • Custom
    • Name
    • Price
    • Date
    • Popularity (sales)
    • Average rating
    • Relevance
    • Random
    • Product ID
  • Display 30 Products per page
    • 30 Products per page
    • 60 Products per page
    • 90 Products per page
  • eGift Card

    $10.00 – $100.00Price range: $10.00 through $100.00
    Add to cart Add to cart Select amount This product has multiple variants. The options may be chosen on the product page
Page 2 of 212
  • All products
  • Anti-Inflammatory
  • Bladder Support
  • eGifts
  • Energy & Focus
  • Immune Support
  • Performance & Recovery
  • Sleep, Calm
  • Super Foods
  • Support & Detox
  • Vitamins
Advertise hereAdvertise here

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