• Resolved caronaj

    (@caronaj)


    Hello,
    it’s possible with php to know all languages enabled in the translatepress settings?

    Thanks

    • This topic was modified 5 years ago by caronaj.
Viewing 1 replies (of 1 total)
  • Dragos

    (@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,

Viewing 1 replies (of 1 total)
  • The topic ‘Detect all active languages’ is closed to new replies.