Stop WordPress installing new bundled themes and plugins when the core is upgraded.

Problem: Every time WordPress updates to a newer major version it tries to install the newest default Theme too, i.e. WP5.0 arrived with the theme Twenty Nineteen.

In many – maybe MOST cases – we aren’t going to want this to happen on an existing WordPress installation, especially if you are already using a custom theme.

Solution: Thankfully there’s a config value to stop this happening. The value is:

define('CORE_UPGRADE_SKIP_NEW_BUNDLED', true);

…and if you add this line to your `wp-config.php` file (usually found in the root of your site) it will skip new bundles items when the core is upgraded, as the name suggests.

Please let me know if this post was useful with a click, be honest 🙂
Nope, not helpful...Yep, more useful than not!+6 thumb, 10 overall.
Loading…

Comments

2 responses to “Stop WordPress installing new bundled themes and plugins when the core is upgraded.”

  1. Niall Flynn avatar

    Love this, trying it now. So much bloat in WP, why cant they add a simple settings panel for the CMS, disable things like the customizer, Gutenberg etc. Bells and whisltes are great but I see folks with 2013-2019 auto installed, whats the point. How much internet is Hello Dolly wasting….

  2. Niall Flynn avatar

    Your thumbs are wrong, I clicked up it went down thanks 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *