polylang / wpml-to-polylang

Tool to migrate a WPML install to Polylang
https://wordpress.org/plugins/wpml-to-polylang/
GNU General Public License v3.0
6 stars 0 forks source link

WPML Language order #10

Closed jpSimkins closed 2 years ago

jpSimkins commented 2 years ago

I am adding this information here since I see this in the code:

// FIXME WPML defines a language order ( since 2.8.1 ) http://wpml.org/2013/04/wpml-2-8/. // This is lost as I don't know how it is stored.

The language order is saved in the options table under icl_sitepress_settings. There is a key for languages_order and this is where the language order is saved.

It'll look like (I have Spanish as the primary language):

 [languages_order] => Array
        (
            [0] => es
            [1] => en
        )