Opened 17 years ago
Closed 17 years ago
#10579 closed enhancement (fixed)
Allow filtering of get_edit_post_link for custom post_type's
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 2.8.3 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
Currently the default case for the get_edit_post_link function returns void if the user can't edit the given post. However, when using a custom post_type with it's own custom permissions, the 'get_edit_post_link' filter is never called.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Suggested fix