How can I change Dollar Currency to my currency on Price Range area

Please add the following custom code to functions.php of Child Theme

add_action('wilcity/wilcity-shortcodes/wilcity-pricing/render-price/symbol-icon', function() {
?>
<span class="wilcity-my-currency" style="font-size: 20px">Rs</span>
<?php
});

Leave A Comment?