Opened 18 years ago
Closed 18 years ago
#7856 closed defect (bug) (fixed)
Add plugin_action_links_{$plugin} hook
| Reported by: | strider72 | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | plugins, filters, has-patch |
| Cc: | Focuses: |
Description
Per discussion on wp-hackers, this is a patch to add a plugin_action_links_{$plugin} filter.
It runs just after the plugin_action_links filter.
Note -- the initial patch on this uses the plugin_basename for $plugin, rather than the string returned from add_options_page.
Attachments (3)
Change History (6)
@
18 years ago
New patch = old patch plus after_plugin_row_{$plugin} filter. Two birds with one stone?
#2
@
18 years ago
New patch has one other difference -- I added $plugin_data back into the plugin_action_links_{$plugin} filter.
I had removed it in the first patch, but it should probably be there -- no real reason to remove it.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
adds plugin_action_links_{$plugin} filter to plugins.php