Opened 8 years ago
Last modified 5 years ago
#36686 new enhancement
plugin_row_meta hook for specific plugin
Reported by: | hiddenpearls | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.5.1 |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
Hello WordPressers,
It is my first post here. So please forgive me if something is wrong.
What I see here https://core.trac.wordpress.org/browser/tags/4.5.1/src/wp-admin/includes/class-wp-plugins-list-table.php#L773 plugin_row_meta is a filter hook available but It is not available for specific plugin like we have "plugin_action_links_{$plugin_file}" available here https://core.trac.wordpress.org/browser/tags/4.5.1/src/wp-admin/includes/class-wp-plugins-list-table.php#L682
Shouldn't there be a "plugin_row_meta_{$plugin_file}" filter to call on specific plugins ??
Note: See
TracTickets for help on using
tickets.
$plugin_meta
and$plugin_file
are already passed to the the filter. That should suffice for targeting a specific row.