[wp-trac] [WordPress Trac] #27110: Allow filtering the plugin list in the admin

WordPress Trac noreply at wordpress.org
Wed Feb 12 13:56:47 UTC 2014


#27110: Allow filtering the plugin list in the admin
----------------------------+-----------------------------
 Reporter:  rmccue          |      Owner:
     Type:  enhancement     |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Plugins         |    Version:
 Severity:  minor           |   Keywords:  has-patch
  Focuses:  administration  |
----------------------------+-----------------------------
 At the moment, as decided in many tickets (such as #23403), mu-plugins
 can't be loaded from subdirectories. This isn't a big issue, but it means
 that the must-use plugins screen can seem a little bare.

 I'd like to add a filter to allow adding extra plugins to the screen.
 Patch attached.

 It's '''almost''' possible to get this working as-is, but pagination will
 always be broken, as `WP_Plugins_List_Table` calls `wp_redirect` if the
 pagination doesn't seem right.

 (This could also be a filter in `get_mu_plugins`, but it has limited use
 for other purposes.)

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


More information about the wp-trac mailing list