Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
jsarnowski/wp-rocket / 3rd-party / plugins / ecommerce / woocommerce-multilingual.php
Size: Mime:
<?php

defined( 'ABSPATH' ) || exit;

// Compatibility with the currency switcher in WooCommerce Multilingual plugin.
if ( defined( 'WCML_VERSION' ) ) :
	add_action( 'wcml_switch_currency', 'rocket_clean_domain' );
endif;