Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
programmieren:wordpress:configphp_einstellungen [2020/03/02 09:53] – [Debug Mode aktivieren] jgehrkeprogrammieren:wordpress:configphp_einstellungen [2020/03/09 19:11] – external edit 127.0.0.1
Line 7: Line 7:
 <code php> <code php>
 define( 'AUTOMATIC_UPDATER_DISABLED', true ); define( 'AUTOMATIC_UPDATER_DISABLED', true );
 +
 + # Disable all core updates:
 + define( 'WP_AUTO_UPDATE_CORE', false );
 +
 + # Enable all core updates, including minor and major:
 + define( 'WP_AUTO_UPDATE_CORE', true );
 +
 + # Enable core updates for minor releases (default):
 + define( 'WP_AUTO_UPDATE_CORE', 'minor' );
 </code> </code>
  

Page Tools