<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Truesourcenutritionco</title>
	<atom:link href="https://truesourceco.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://truesourceco.com/</link>
	<description>Supplement Store</description>
	<lastBuildDate>Mon, 27 Jul 2026 12:41:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://truesourceco.com/wp-content/uploads/2026/04/cropped-LOGO-TSNC-100x100.jpg</url>
	<title>Truesourcenutritionco</title>
	<link>https://truesourceco.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WooCommerce Hide Variable Price Range</title>
		<link>https://truesourceco.com/woocommerce-hide-variable-price-range-2/</link>
					<comments>https://truesourceco.com/woocommerce-hide-variable-price-range-2/#respond</comments>
		
		<dc:creator><![CDATA[truesource]]></dc:creator>
		<pubDate>Mon, 27 Jul 2026 12:41:57 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://truesourceco.com/woocommerce-hide-variable-price-range-2/</guid>

					<description><![CDATA[<p>The post <a href="https://truesourceco.com/woocommerce-hide-variable-price-range-2/">WooCommerce Hide Variable Price Range</a> appeared first on <a href="https://truesourceco.com">Truesourcenutritionco</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><?php
/**
 * Title: WooCommerce Hide Variable Price Range
 * Description: Hide the price range on variable products and show only the maximum sale price.
 */

namespace AngieSnippets\HideVariablePriceRange_5ec29f55;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

add_filter( 'woocommerce_variable_sale_price_html', __NAMESPACE__ . '\\custom_variable_price_html', 10, 2 );
add_filter( 'woocommerce_variable_price_html', __NAMESPACE__ . '\\custom_variable_price_html', 10, 2 );

function custom_variable_price_html( $price, $product ) {
	if ( ! is_a( $product, 'WC_Product' ) ) {
		return $price;
	}

	$max_price = $product->get_variation_price( &#8216;max&#8217;, true );<br />
	return wc_price( $max_price );<br />
}</p>
<p>The post <a href="https://truesourceco.com/woocommerce-hide-variable-price-range-2/">WooCommerce Hide Variable Price Range</a> appeared first on <a href="https://truesourceco.com">Truesourcenutritionco</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://truesourceco.com/woocommerce-hide-variable-price-range-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WooCommerce Hide Variable Price Range</title>
		<link>https://truesourceco.com/woocommerce-hide-variable-price-range/</link>
					<comments>https://truesourceco.com/woocommerce-hide-variable-price-range/#respond</comments>
		
		<dc:creator><![CDATA[truesource]]></dc:creator>
		<pubDate>Mon, 27 Jul 2026 12:41:56 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://truesourceco.com/woocommerce-hide-variable-price-range/</guid>

					<description><![CDATA[<p>The post <a href="https://truesourceco.com/woocommerce-hide-variable-price-range/">WooCommerce Hide Variable Price Range</a> appeared first on <a href="https://truesourceco.com">Truesourcenutritionco</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><?php
/**
 * Title: WooCommerce Hide Variable Price Range
 * Description: Hide the price range on variable products and show only the maximum sale price.
 */

namespace AngieSnippets\HideVariablePriceRange_5ec29f55;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

add_filter( 'woocommerce_variable_sale_price_html', __NAMESPACE__ . '\\custom_variable_price_html', 10, 2 );
add_filter( 'woocommerce_variable_price_html', __NAMESPACE__ . '\\custom_variable_price_html', 10, 2 );

function custom_variable_price_html( $price, $product ) {
	if ( ! is_a( $product, 'WC_Product' ) ) {
		return $price;
	}

	$max_price = $product->get_variation_price( &#8216;max&#8217;, true );<br />
	return wc_price( $max_price );<br />
}</p>
<p>The post <a href="https://truesourceco.com/woocommerce-hide-variable-price-range/">WooCommerce Hide Variable Price Range</a> appeared first on <a href="https://truesourceco.com">Truesourcenutritionco</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://truesourceco.com/woocommerce-hide-variable-price-range/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Hello world!</title>
		<link>https://truesourceco.com/hello-world/</link>
					<comments>https://truesourceco.com/hello-world/#respond</comments>
		
		<dc:creator><![CDATA[truesource]]></dc:creator>
		<pubDate>Tue, 14 Apr 2026 12:36:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://truesourceco.com/?p=1</guid>

					<description><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>
<p>The post <a href="https://truesourceco.com/hello-world/">Hello world!</a> appeared first on <a href="https://truesourceco.com">Truesourcenutritionco</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>
<p>The post <a href="https://truesourceco.com/hello-world/">Hello world!</a> appeared first on <a href="https://truesourceco.com">Truesourcenutritionco</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://truesourceco.com/hello-world/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
