|
Server : LiteSpeed System : Linux premium152.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : idesfsze ( 1473) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/idesfsze/pandaexpressketo.com/wp-content/themes/jnews/ |
<?php
if(function_exists('is_woocommerce') && ( is_account_page() || is_shop()
|| is_product_taxonomy() || is_product() || is_cart()
|| is_checkout() || is_checkout_pay_page() || is_order_received_page()
|| 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')
)) {
get_template_part('page', 'shop');
} else if(is_page()) {
get_template_part('page', 'default');
} else if(function_exists('is_bbpress') && is_bbpress()) {
get_template_part('page', 'forum');
} else {
get_template_part('page', 'global');
}