Recently a new proposal have been released to the ReactJS community – for React Hooks. Roughly, the React Hooks are new ways to utilize the react features, that were previously available only via the JS class syntax. I cannot hide my excitement for the hooks because they: Simplify the code that is written Make the… Continue reading The new react hooks useShiny
Category: Uncategorized
Ninio’s Learning Notes [Reload]
I’ve decided to restart blogging and moved my blog from its old location (ninio.shtrak.eu) to the one here.
Adding a new currency to WooCommerce
Seemed to me that adding a new currency to WooCommerce would be extremely easy and wide spread which turns out is not the case. I couldn’t find any filter in the filter list with the hooks and filters list. Anyway I managed to find out that there are two filters for this: ‘woocommerce_currencies’ and ‘woocommerce_currency_symbol’.… Continue reading Adding a new currency to WooCommerce