woocommerce_currencies

woocommerce_currencies

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.6.2

apply_filters('woocommerce_currencies') is found 1 times:

  • /includes/wc-core-functions.php line 514
    			 *
    			 * @since 2.1.0
    			 * @param array $currencies Array of currency codes and names.
    			 */
    			apply_filters( 'woocommerce_currencies', include WC()->plugin_path() . '/i18n/currencies.php' )
    		);
    	}
    
    	return $currencies;
    }
    
    

See this hook used in plugins: