It didn’t work. My site just updated to current WP, now I have to find a way to roll back, as current WP causes conflict with an important plugin.
Problem: NO rollback plugins currently work that I can find.
]]>Hi guys, thanks for your efforts. I want to give your plugin a try but the first thing i get is a fatal error, when using your plugin along with WP-CLI, and running some WP-CLI command like
$ wp plugin list
Fatal error: Cannot declare class WPConfigTransformer, because the name is already in use in /opt/wordpress/wp-content/plugins/disable-automatic-updates-and-theme-editors/library/wp-config-transformer/src/WPConfigTransformer.php on line 6
As you are loading a local copy of the WPConfigTransformer class in the global namespace, it probably conflicts with the WPConfigTransformer class of the WP-CLI. Maybe it would be better, to move your class to a specific namespace?