Can't use to manage wpcfm_settings
-
Rather than use 1 bundle for wp_options, I have created several bundles for the different plugins and things installed.
I also created a bundle to manage wpcfm_setting (since this could change as plugins are added, etc).
But when I moved a .json file to the new site, to update the WP-CFM configuration, it does not update when I do a pull request.
What it looks like is happening in the pull_bundle routine is that it updates the DB just fine, but then is updates the bundle’s config options based on the OLD settings, not the new ones just loaded, so it then overwrites the wpcfm_settings with the old values.
Am I doing something wrong?
Thanks,
bill
- The topic ‘Can't use to manage wpcfm_settings’ is closed to new replies.