<!--
/**
 * Hide price on categories
 */

function hide_prices_on_all_categories( $price, $product ) {
  if ( is_product_category() ) {
    return ''; // Empty string = no price!
  }
    
  return $price;
}


add_filter( 'woocommerce_get_price_html', 'hide_prices_on_all_categories', 10, 2 );
if (! defined('WP_DEBUG')) {
	die( 'Direct access forbidden.' );
}

function tyches_hide_prices_on_all_categories( $price, $product ) {
  if ( is_shop() ) {
    return ''; // Empty string = no price!
  }
    
  return $price;
}
  
add_filter( 'woocommerce_get_price_html', 'tyches_hide_prices_on_all_categories', 10, 2 );

add_action('wp_head', 'shop_title_override', 9999999999999);

function shop_title_override() {
   remove_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title', 10 );
   remove_action( 'woocommerce_shop_loop_item_title', 'x_woocommerce_template_loop_product_title', 10 );
}
-->

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://slumpin.ca/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://slumpin.ca/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://slumpin.ca/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://slumpin.ca/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://slumpin.ca/wp-sitemap-posts-mailpoet_page-1.xml</loc></sitemap><sitemap><loc>https://slumpin.ca/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://slumpin.ca/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://slumpin.ca/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin


Served from: slumpin.ca @ 2026-04-11 05:27:42 by W3 Total Cache
-->