[wp-trac] [WordPress Trac] #25996: Hook request: to filter the plugin description on /wp-admin/plugins.php

WordPress Trac noreply at wordpress.org
Thu Nov 14 14:07:54 UTC 2013


#25996: Hook request: to filter the plugin description on /wp-admin/plugins.php
-----------------------------+-----------------------------
 Reporter:  fcrossen         |      Owner:
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Plugins          |    Version:
 Severity:  normal           |   Keywords:
-----------------------------+-----------------------------
 I have a plugin framework that assists with development of plugins,
 widgets and shortcodes.

 The main plugin description (taken the readme.txt file) describes the
 plugin framework, but I want to be able to add some text describing what
 applications have been deployed with the plugin.

 I would like to be able to filter the plugins descriptive text in order to
 add supplementary information.

 Something like:

 {{{
 apply_filters( 'admin_plugin_row', $item );
 }}}

 at the top of single_row() in class-wp-plugins-list-table.php would be
 perfect.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25996>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list