#9172 closed enhancement (fixed)
Filter action links for posts, pages, categories, link categories, tags and users screens
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
In #7212, a simple filter was added to filter the action links for comments.
This should also be done for posts, pages, categories, link categories, tags and users.
Attachments (3)
Change History (13)
#2
@
14 years ago
- Summary changed from Filter action links for posts, pages, categories, link categories, tags and users to Filter action links for posts, pages, categories, link categories, tags and users screens
To clarify, this will allow plugins to override the list of quick links displayed in the dashboard.
For example, I am trying to write a plugin that in certain circumstances removes the "Quick Edit" link on the Pages -> Edit screen (/wp-admin/edit-pages.php).
This is currently possible on the Comments screen, but not on any of the other screens.
As far as I can tell, the attached patch doesn't change any existing behaviour(s), so I'd like to see this patch included in WP 2.8.
Thanks.
#4
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
This is a great patch, in fact I was writing the exact same patch until I remembered to update my working copy of trunk and realised jamescollins had beaten me to it by a week!
One action list has been missed though, the one on the 'Media' page.
#7
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
The patch provided above only provides a 'media_row_actions' filter for the "Unattached" view of the media library. Here's a patch that adds it to the other views too.
Patch against r10593