Use the Settings > oik action options page to select the actions that you want to trace.
Checkbox,Purpose
Checkbox | Purpose |
---|---|
Count action hooks and filters | Count all action hooks and filters, keeping a running total. Produce a summary report at shutdown. |
Trace deprecated messages | Log any deprecated messages with error level trace records and backtraces. |
Trace Error, Warning, and Notice messages | Log these messages with error level trace records and backtraces. |
Trace ‘wp’ action | Trace the WP Object when the `wp` action is invoked |
Trace ‘wp’ global wp_rewrite | Trace the global WP_rewrite variable when the `wp` action is invoked. |
Purge trace file if no errors | On `shutdown` delete the trace file output if 0 trace error records have been written |
Trace ‘shutdown’ included files | On `shutdown` produce a list of the included files. |
Trace ‘shutdown’ saved queries | On `shutdown` produce a summary of the saved queries. |
Trace ‘shutdown’ output buffer | On `shutdown` report the contents of any output buffer that hasn’t been flushed. |
Trace ‘shutdown’ status report | On `shutdown` produce a trace status report. |
- Count action hooks and filters
- Trace deprecated messages
- Trace Error, Warning and Notice messages
- Trace ‘wp’ action
- Trace ‘wp’ global wp_rewrite
- Purge trace file if no errors
- Trace ‘shutdown’ included files
- Trace ‘shutdown’ saved queries
- Trace ‘shutdown’ output buffer
- Trace ‘shutdown’ trace functions count
- Trace ‘shutdown’ status report