Source file not available: includes/oik-bwtrace.inc plugin: filename: /home/customer/www/oik-plugins.com/public_html/wp-content/plugins/oik/includes/oik-bwtrace.inc
No API information available for: bw_trace_action_end
Called by
Invoked by
Calls
1 to 5 of 5
- bw_lazy_trace_actions() – Attach oik-bwtrace to each action that gets invoked by do_action
- bw_log_action() – Log an action start or end
- bw_trace() – Log a simple trace record to the trace log file if tracing is active
- bw_trace_action_end() – Trace the fact that an action has completed Notes: – We assume that priority of 1000 is the highest anyone will set – When the action is shutdown we call bw_trace_report_actions() – this could just as easily have been added using add_action( "shutdown", "bw_trace_report_actions" ) **?**
- bw_trace_report_actions() – At shutdown produce a report of the actions performed.
