oik-bwtrace v2.0.6 now supports ad hoc tracing of user selected action hooks and filters. The oik action options admin page has four textarea fields where you can specify the hook names to trace.
- “Other hooks to trace”
- “Filter results to trace”
- “Trace the global post object”
- “Trace attached hook functions”
Changes
- Added: Ad hoc tracing of filter functions for selected hooks bobbingwide/oik-bwtrace#3
- Added: Ad hoc tracing of parameters to selected hooks bobbingwide/oik-bwtrace#2
- Added: Ad hoc tracing of the global post object on selected hooks bobbingwide/oik-bwtrace#2
- Added:
BW_TRACE_VERBOSE
( 64 ) level, which is even more detailed thanBW_TRACE_DEBUG
( 32 ) - Changed: Enhanced output from Count action hooks and filters bobbingwide/oik-bwtrace#7
- Changed: Functions traced should allow OO methods invoking trace bobbingwide/oik-bwtrace#8
- Fixed: Ensure BW_TRACE_level constants are defined bobbingwide/oik-bwtrace#4
- Fixed: Fix for problem with symlinked file’s drive letters ( similar to TRAC #33265 )
- Fixed: Only trace
$errcontext
when tracing withBW_TRACE_VERBOSE
bobbingwide/oik-bwtrace#5 - Fixed: Strings containing commas in the trace summary file should be wrapped in quotes bobbingwide/oik-bwtrace#9