Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a mu-plugin to disable `wp-autoupdates` by filters #526
Comments
|
since we set 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
i might be mis-understanding this issue though |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a mu-plugin to disable
wp-autoupdatesby filtersSee: WordPress/wp-autoupdates#112