So something I've recently noticed in the WP-Config's for the sites with the toolkit enabled is some (not all) have had lines added by the toolkit. Despite all of the sites being set to install minor Wordpress updates automatically not all of the additions are the same. For example:
I can't find any consistency with why this is added. It'd make sense if they all had the 2nd dot point since that's what they're all configured for but the large majority have either the 1st or 3rd dot point. I understand why it should be there, what I don't understand is why it's not consistent. Can someone explain this please?
- A lot of sites have the following addition:
- // This setting is required to make sure that WordPress updates can be properly managed in WordPress Toolkit. Remove this line if this WordPress website is not managed by WordPress Toolkit anymore.
/**
- // This setting is required to make sure that WordPress updates can be properly managed in WordPress Toolkit. Remove this line if this WordPress website is not managed by WordPress Toolkit anymore.
- define('WP_AUTO_UPDATE_CORE', 'minor');// This setting is required to make sure that WordPress updates can be properly managed in WordPress Toolkit. Remove this line if this WordPress website is not managed by WordPress Toolkit anymore.
/** - And some sites have no additions at all.
I can't find any consistency with why this is added. It'd make sense if they all had the 2nd dot point since that's what they're all configured for but the large majority have either the 1st or 3rd dot point. I understand why it should be there, what I don't understand is why it's not consistent. Can someone explain this please?