How to set default values for options page
This can be done by storing a version for your plugin and check if that version exists, it means the plugin is installed and if it does not exist then you can setup default options “once only”. Check if plugin is installed, if it is not then setup default options and store a plugin version … Read more