A simple plug-in that adds ₹ Indian Rupee symbol to text layers. Version history Version 1 on June 29, 2021 A Post 6 comments Niraj Kumar@nirajkumar6 · 2 months ago 7480093785 Vivek@vivek69 · 1 year ago It's not getting import.. Vivek Kumar@vivekkumar16 · 1 year ago Simply ...
It’s been quite a while since the INR orIndian Rupee Currency Symbolwas introduced. Earlier, some ad-hoc solutions were released by a third party—for example, a Rupee symbol Font was released, which had to be installed on the system to view the symbol. Later Microsoft came up with an ...
Copy and paste the following into the document add_filter( 'woocommerce_currencies', 'add_inr_currency' ); add_filter( 'woocommerce_currency_symbol', 'add_inr_currency_symbol' ); function add_inr_currency( $currencies ) { $currencies['INR'] = 'INR'; return $currencies; } function add...
Insert Symbol Another way to add the rupee sign is to insert it from Symbols. In this case, you can only insert a symbol in one cell at a time, and then copy the symbol to the rest of the cells in the range. (If you do this often, you might want to automate the insertion with...