| 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. |
| is_product_tag() | Returns true when viewing a product tag archive |
| is_product_category() | Returns true when viewing a product category archive. |
is_wc_endpoint_url()is_wc_endpoint_url( 'order-pay' )is_wc_endpoint_url( 'order-received' )is_wc_endpoint_url( 'view-order' )is_wc_endpoint_url( 'edit-account' )is_wc_endpoint_url( 'edit-address' )is_wc_endpoint_url( 'lost-password' )is_wc_endpoint_url( 'customer-logout' )is_wc_endpoint_url( 'add-payment-method' )