13

Add toogle/GP command to stop WordPress installing twenty themes


P
Pascal Brennecke

Add a toogle/GP command to the site configurator that does just one thing:
Stop WordPress adding twenty something themes every year.

In wp-config /user-config this is a one liner:
define('CORE_UPGRADE_SKIP_NEW_BUNDLED', true);

But doing this for every build is pretty annoying. Please GP, save us some time! :)

A

Activity Newest / Oldest

S

Steve Bell

This isn't the exact thing you've requested, but we now have this include which should help with your workflow:

gridpane.com/kb/how-to-create-a-custom-server-wide-user-configs-php-file/


Avatar

Augus van Gils

Or maybe even better, make it possible to have the ability to adjust an account wide site config.

So from the UI you can put the defines, in the app GP adds an account-config.php before the user-config.php. Cause this is just one define of the multiple some/most may wanna set.


  • M
  • D