 */<br/>function my_custom_enqueue_styles() {<br/><br/>    // 全局基础样式（建议保留最小必要）<br/>    wp_enqueue_style( 'global-style',<br/>        get_stylesheet_directory_uri() . '/style.css',<br/>        array('woodmart-style'),<br/>        woodmart_get_theme_info('Version')<br/>    );<br/><br/>    // 首页专属样式<br/>    if ( is_front_page() ) {<br/>        wp_enqueue_style( 'home-style',<br/>            get_stylesheet_directory_uri() . '/home.css',<br/>            array(),<br/>            '1.0'<br/>        );<br/>    }<br/><br/>    // 产品详情页样式<br/>    if ( is_product() ) {<br/>        wp_enqueue_style( 'product-style',<br/>            get_stylesheet_directory_uri() . '/product.css',<br/>            array(),<br/>            '1.0'<br/>        );<br/>    }<br/><br/>    // 分类页样式<br/>    if ( is_product_category() ) {<br/>        wp_enqueue_style( 'category-style',<br/>            get_stylesheet_directory_uri() . '/category.css',<br/>            array(),<br/>            '1.0'<br/>        );<br/>    }<br/>}<br/>add_action( 'wp_enqueue_scripts', 'my_custom_enqueue_styles', 10010 );<br/><br/><br/>/
 */<br/><br/>// 移除购物车按钮<br/>remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );<br/>remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );<br/><br/>// 禁用购物功能<br/>add_filter( 'woocommerce_is_purchasable', '__return_false' );<br/><br/><br/>/
/<br/><br/>add_filter( 'woocommerce_get_price_html', '__return_empty_string' );<br/><br/><br/>/
/<br/><br/>remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 );<br/>add_filter( 'woocommerce_product_tabs', function($tabs) {<br/>    unset($tabs['reviews']);<br/>    return $tabs;<br/>});<br/><br/><br/>/
/<br/><br/>remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );<br/><br/><br/>/
/<br/><br/>add_action( 'template_redirect', function() {<br/>    if ( is_cart() || is_checkout() ) {<br/>        wp_redirect( home_url() );<br/>        exit;<br/>    }<br/>});<br/><br/><br/>/
/<br/><br/>add_action( 'wp_head', function() {<br/>    echo '<style><br/>        .price,<br/>        .woocommerce-Price-amount,<br/>        .add_to_cart_button,<br/>        .single_add_to_cart_button,<br/>        .product_meta,<br/>        .woocommerce-review-link {<br/>            display: none !important;<br/>        }<br/>    </style>';<br/>});<br/><br/><br/>/
/<br/><br/>add_action( 'wp_enqueue_scripts', function() {<br/><br/>    if ( !is_product() && !is_shop() && !is_product_category() ) {<br/><br/>        wp_dequeue_style( 'woocommerce-general' );<br/>        wp_dequeue_style( 'woocommerce-layout' );<br/>        wp_dequeue_style( 'woocommerce-smallscreen' );<br/><br/>        wp_dequeue_script( 'wc-add-to-cart' );<br/>        wp_dequeue_script( 'woocommerce' );<br/>        wp_dequeue_script( 'wc-cart-fragments' );<br/>    }<br/><br/>}, 99 );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://prosanitaryware.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://prosanitaryware.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://prosanitaryware.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://prosanitaryware.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://prosanitaryware.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://prosanitaryware.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://prosanitaryware.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://prosanitaryware.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
