T
T
Torrrn2020-09-09 15:12:48
WordPress
Torrrn, 2020-09-09 15:12:48

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&nbsp;<span class="woocommerce-Price-currencySymbol">грн.</span></span>


How to get clean 850 from it, that is, price?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pychev Anatoly, 2020-09-09
@pton

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 question

Ask a Question

731 491 924 answers to any question