Answer the question
In order to leave comments, you need to log in
How to display the word "price" in wordpress?
How to display the phrase "Price:" before the cost of the goods. I've looked all over, I can't find it.
Everything is in the translation file. The template is correct too.
Feng Shui doesn’t care, you just need to insert it and that’s it!
Answer the question
In order to leave comments, you need to log in
I figured it out myself, I'll leave it here, maybe it will come in handy for someone:
add_filter( 'woocommerce_get_price_html', 'custom_price_html', 100, 2 );
function custom_price_html( $price, $product ){
return 'Price: '.$price;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question