Tagged Questions
1
vote
1answer
65 views
Are there any scripts, classes, and/or functions built-in to WP for a plugin to export/import its saved data from wp_options?
In WordPress, are there any supported 'script plugins', Classes, and/or a WordPress function that will allow a plugin to use to export/import its own data from the database to a txt/json file? A way ...