HUSKY - Products Filter Professional for WooCommerce

woof_seo_rules_langs

Da v.2.2.6/1.2.6

Utilizzi per l'estensione ‘Richiesta SEO URL‘ e consente di aggiungere 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);
});