This repository was archived by the owner on May 29, 2020. It is now read-only.
Ensure "Automatic Updates" column is not added if no content would be output in the column#57
Merged
Ensure "Automatic Updates" column is not added if no content would be output in the column#57
Conversation
… output in the column. Be sure to keep the test here in sync with the early exit test in wp_autoupdates_add_plugins_autoupdates_column_content(). Fixes #56
pbiron
commented
Mar 12, 2020
| * Add autoupdate column to plugins screen. | ||
| */ | ||
| function wp_autoupdates_add_plugins_autoupdates_column( $columns ) { | ||
| if ( ! current_user_can( 'update_plugins' ) || ! wp_autoupdates_is_plugins_auto_update_enabled() ) { |
Collaborator
Author
There was a problem hiding this comment.
We should be sure to keep the test here in sync with the early exit test in wp_autoupdates_add_plugins_autoupdates_column_content().
pedro-mendonca
pushed a commit
to pedro-mendonca/wp-autoupdates
that referenced
this pull request
Apr 4, 2020
…-checks Add filters and constant to allow developers to disable plugins and themes autoupdate email notifications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #56