Hakob Jaghatspanyan
Member since October 2024
2
Snippets
<10
Favourites
<10
Downloads
product attributes on hover
a snippet to show product attributes in product archive grid layout
Change a currency symbol AMD to Դրամ
/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…