#43488 closed enhancement (fixed)
Debug backtrace doesn’t capture hook name for do_action_ref_array
Reported by: | Rarst | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch has-dev-note |
Focuses: | Cc: |
Description
wp_debug_backtrace_summary()
is currently hardcoded to treat do_action()
and apply_filters()
as special output case with invoked hook name appended.
It misses to do the same for do_action_ref_array()
Attachments (2)
Change History (8)
#3
@
7 years ago
Ugh, I thought there was another one, but somehow managed to miss it in a quick search. :)
Patch updated.
#4
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 42820:
#6
@
6 years ago
- Keywords has-dev-note added
This was mentioned in a 5.1 dev note: https://make.wordpress.org/core/2019/01/23/miscellaneous-developer-focused-changes-in-5-1/
Note: See
TracTickets for help on using
tickets.
There's
apply_filters_ref_array()
too.