function is_wc(){ return ( is_woocommerce() || is_shop() || is_product() || is_cart() || is_checkout() || is_account_page() ); }