How can i export and import my plugin option Wordpress

I am trying to export the plugin options that I created.

if(!get_option('myplugin_opts') ){
  add_option('myplugin_opts');
}

and also I want to know how I could import the options to WordPress for my plugin, thanks

Topic plugin-development plugins Wordpress

Category Web

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.