Forums
Forums / Plugin: TranslatePress - Translate Multilingual sites with AI Translation / Detect all active languages
(@caronaj)
6 years, 2 months ago
Hello, it’s possible with php to know all languages enabled in the translatepress settings?
Thanks
(@dragosvrejiu)
Hello,
Here is the code:
$trp = TRP_Translate_Press::get_trp_instance(); $trp_settings = $trp->get_component( 'settings' ); $settings = $trp_settings->get_settings(); $published_languages = $settings['publish-languages'];
With the best regards,
The topic ‘Detect all active languages’ is closed to new replies.