What was expected
My old options page should be added upon plugin activation to the new options page. It's possible to fetch them like so:
get_options('name', 'options'); // for the default language
get_options('name_da', 'options'); // for the translated language
We have some quite huge options pages, so would be sweet if this was supported.
What happened instead
Options page is empty. I have to migrate all data manually.
What was expected
My old options page should be added upon plugin activation to the new options page. It's possible to fetch them like so:
We have some quite huge options pages, so would be sweet if this was supported.
What happened instead
Options page is empty. I have to migrate all data manually.