Paul Biron
Paul Biron
> The question about `WP_DISABLE_PLUGINS_AUTO_UPDATE` constant, and `wp_plugins_auto_update_enabled` filter is about the expected usage. > > Both the filter and the constant do the same thing, with the filter overriding...
BTW, these are all **great** questions! Thanx for the careful consideration!
> At the same time, as mentioned by @pbiron and @seb86 on [audrasjb/wp-autoupdates#10](https://github.com/audrasjb/wp-autoupdates/pull/10), it is not straightforward to fix. I don't see a good way to "check" the `auto_update_plugin` and...
I experimented with this a little bit over the weekend. Where the content of the `Automatic Updates` column is output, we can do: ``` $item = (object) array_filter( $plugin_data, function(...
Not sure that'd be the right thing to do, since those filters get passed info about a specific plugin/theme update. So, plugins that hook into them could (but are not...
That's what I think as well. The names of those filters should probably change to something like `wp_{plugins|themes}_auto_update_ui_enabled` (maybe without the `wp_` prefix when merged into core?). But as @azaozz...
@dev-masta Two questions for you: 1. what operating system is the site running in? (Unix/Linux, Windows, OSX, something else) 2. do you see any errors in your browser's console? For...
One other question: what version of the feature plugin are you using?
Thanx for confirming my suspicion. My dev machine is Windows as well and I'm using 0.8.1 locally...and getting the same behavior as you are. On a live site (Linux) also...
This has been discussed in #4.