We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wp-autoupdates
Add a mu-plugin to disable wp-autoupdates by filters
See: WordPress/wp-autoupdates#112
The text was updated successfully, but these errors were encountered:
since we set AUTOMATIC_UPDATER_DISABLED to true, it looks like we don't need to do anything here?
AUTOMATIC_UPDATER_DISABLED
per @joshuafredrickson on roots slack:
// Disable plugins auto-update UI elements. add_filter('plugins_auto_update_enabled', '__return_false'); // Disable themes auto-update UI elements. add_filter('themes_auto_update_enabled', '__return_false');
is not necessary on a bedrock install, and
it removes the auto-update ui elements as well
i might be mis-understanding this issue though
Sorry, something went wrong.
No branches or pull requests
Add a mu-plugin to disable
wp-autoupdates
by filtersSee: WordPress/wp-autoupdates#112
The text was updated successfully, but these errors were encountered: