Uname:Linux 7284066239a1 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64

Woocommerce functions – Prefr.co

Woocommerce Conditions, If Statement, Functions

Woocommerce Conditions

Woocommerce Conditions is_ajax() Returns true when the page is loaded via ajax. is_shop() Returns true when on the product archive page (shop). is_account_page() Returns true on the customer’s account pages. is_checkout() Returns true on the checkout page. is_cart() Returns true on the cart page. is_product() Returns true on a single product page. Wrapper for is_singular. […]