HUSKY - Product Filter for WooCommerce

woof_seo_rules_langs

Dalla v.2.2.6/1.2.6

Utilizzato per l'estensione ‘SEO URL request’ e aggiunge lingue aggiuntive per plugin come Polylang

Esempio:

add_filter('woof_seo_rules_langs',function($langs){
	$langs = array_merge($langs, array('en_US', 'es_ES'));
	return array_unique($langs);
});