I think I know the answer to this one but I just want to double-check...
When you tweak debugging settings via WordPress ToolKit it writes rules to the wp-config.php file. But, if you then manually change (or delete) rules by editing wp-config.php directly ToolKit doesn't notice the settings have changed.
In other words, a cPanel user might set WP_DEBUG to true via WordPress ToolKit. Next, a developer sees the setting in the wp-config.php file and changes it to false. At that point WordPress ToolKit is out of sync.
Similarly, if I change the site title via the WordPress dashboard I still see the old site title in the ToolKit interface. ToolKit is again out of sync.
Are issue like this simply the price to pay for using ToolKit, or is there a way to sync the settings in ToolKit with the actual settings? If not, is the general advice that you should never edit settings that ToolKit handles outside ToolKit (i.e. by editing files directly, changing settings in the option table or via WP-CLI)?
When you tweak debugging settings via WordPress ToolKit it writes rules to the wp-config.php file. But, if you then manually change (or delete) rules by editing wp-config.php directly ToolKit doesn't notice the settings have changed.
In other words, a cPanel user might set WP_DEBUG to true via WordPress ToolKit. Next, a developer sees the setting in the wp-config.php file and changes it to false. At that point WordPress ToolKit is out of sync.
Similarly, if I change the site title via the WordPress dashboard I still see the old site title in the ToolKit interface. ToolKit is again out of sync.
Are issue like this simply the price to pay for using ToolKit, or is there a way to sync the settings in ToolKit with the actual settings? If not, is the general advice that you should never edit settings that ToolKit handles outside ToolKit (i.e. by editing files directly, changing settings in the option table or via WP-CLI)?