[wp-trac] [WordPress Trac] #49626: Allow plugin developers to opt-out their plugin from auto updates

WordPress Trac noreply at wordpress.org
Thu Mar 12 01:36:43 UTC 2020


#49626: Allow plugin developers to opt-out their plugin from auto updates
-----------------------------+-----------------------------
 Reporter:  JaworskiMatt     |      Owner:  (none)
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Plugins          |    Version:
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 I would like to request a filter for plugin developers to be able to opt
 their plugin out from the automatic updates completely.

 For example in {{{wp_autoupdates_add_plugins_autoupdates_column_content}}}
 we could add something like

 {{{#!php
 <?php
 if ( !apply_filters('wp_autoupdates_enabled_for_plugin', TRUE,
 $plugin_file)) {
     return;
 }
 }}}

 This way a developer of a plugin that for some reason should always be
 updated manually, can hide this option from the admin for his own good.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/49626>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list