Answer the question
In order to leave comments, you need to log in
Remove all tags in woo price output and get only value?
Hello, how can I remove all tags in the price display from the Woocommerce plugin?
<?php echo $product->get_price_html(); ?>
Outputs such a plan code
<span class="woocommerce-Price-amount amount">850 <span class="woocommerce-Price-currencySymbol">грн.</span></span>
Answer the question
In order to leave comments, you need to log in
Have a look at the sanitize_key function
Or for an example of its implementation
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question