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. […]