WordPress / wp-autoupdates

Feature plugin building a UI for opting-in to plugin, theme, and core auto-updates.
https://wordpress.org/plugins/wp-autoupdates/
GNU General Public License v2.0
56 stars 18 forks source link

Remove constants from the feature plugin #112

Closed audrasjb closed 4 years ago

audrasjb commented 4 years ago

Let's remove the previously introduced constants.

After few discussions, it was also decided to remove the feature’s constants. Indeed, constants are used in WordPress core for specific cases:

  • Very early use, before WP is loaded
  • For use mostly by hosting companies/low level settings
  • Mostly for things that are really “constant” (never change)

For reference, see the following meeting recap.

Fixes #110

audrasjb commented 4 years ago

Fixes #110