[wp-trac] [WordPress Trac] #29820: Smooth installation and updating of plugins and themes

WordPress Trac noreply at wordpress.org
Sat Jan 31 12:13:44 UTC 2015


#29820: Smooth installation and updating of plugins and themes
-----------------------------+---------------------------------------------
 Reporter:  markjaquith      |       Owner:
     Type:  task (blessed)   |      Status:  new
 Priority:  high             |   Milestone:  4.2
Component:  Upgrade/Install  |     Version:
 Severity:  normal           |  Resolution:
 Keywords:  ux-feedback      |     Focuses:  ui, javascript, administration
-----------------------------+---------------------------------------------

Comment (by dd32):

 > There isn't a way to do a scoped filter specific to one plugin

 Currently we do something like this for activate hooks/etc (although we
 have a function to wrap these for activation hooks)
 {{{
  $plugin = plugin_basename( $filename );
  $link = apply_filters( 'configure_link_' . $plugin, false, $arg2 );
 }}}
 which would result in a filter name of {{{configure_link_plugin-
 slug/plugin.php}}}.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29820#comment:35>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list