#1506 closed enhancement (fixed)
Add hook type "action" or "filter" to archive and search result pages
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Developer Hub | Keywords: | has-patch |
| Cc: |
Description
In the search results, or archive pages, the description of hooks include the word "Hook:". To better differentiate between the two hook types the word "filter", or "action" should be included.
See this link https://developer.wordpress.org/?s=get&post_type[]=wp-parser-hook
Attachments (2)
Change History (7)
#2
@
10 years ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
In 2290:
#3
@
10 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Patch 1506.1 adds the types action_reference and filter_reference returned by the get_hook_type() function.
Fixes missing hook types for do_action_ref_array and apply_filters_ref_array
#4
@
10 years ago
1506.1.patch Looks good.
Note: See
TracTickets for help on using
tickets.
Add hook type with get_the_excerpt filter