WordPress Workflow – version control, deployment = database issue
The answer is to try and avoid relaying on configuration changes via the admin interface. Don’t use plugins that you can not configure by filtering options, or better, use only those that have an official API and use the API. For example if a plugin has an option “pl_option” with which you are happy when … Read more