Lines:
1 to 82 of 82
<?php // (C) Copyright Bobbing Wide 2012-2016,2019,2020 if ( !defined( 'OIK_OIK_BWTRACE_INCLUDES_INCLUDED' ) ) { define( 'OIK_OIK_BWTRACE_INCLUDES_INCLUDED', true ); /** * oik-bwtrace action tracing * * */ //bw_trace2( __FILE__, "file loaded" ); /* function bw_trace_output_buffer() – Trace anything left in the output buffer(s) */ /* function bw_trace_report_actions() – At shutdown produce a report of the actions performed. */ /* function bw_trace_included_files() – At shutdown produce a report of the files loaded */ /* function bw_trace_get_included_files() – Return the shortcode for included files */ /* function bw_trace_saved_queries() – At shutdown produce the SAVEQUERIES report */ /* function bw_trace_get_saved_queries_bwsql */ /* function bw_trace_query_string_to_csv */ /* function bw_trace_fetch_queries_execution_time */ /* function bw_trace_sort_queries_by_execution_time */ /* function bw_trace_reaccumulate_execution_time */ /* function bw_trace_saved_queries_to_csv */ /* function bw_trace_get_last_query_function() – Find the function that performed the query */ /* function bw_trace_saved_queries_grouped_by_function */ /* function bw_trace_functions_traced() – Report trace function count on shutdown */ /* function bw_trace_trace2() – Trace the results and echo a comment? */ /* function bw_trace_c3() – When tracing is inactive we write the output as a comment */ /* function bw_trace_query_plugin_count() – Return the number of active plugins */ /* function bw_trace_query_plugins() – Return the array of active plugins */ /* function bw_trace_status_report() – Produce a transaction summary record */ /* function bwtrace_get_remote_addr */ /* function bw_trace_timer_stop() – Determine the elapsed time in seconds and microseconds */ /* function bw_trace_wp() – Trace the ‘wp’ action */ /* function bw_trace_wp_rewrite() – Trace the global $wp_rewrite */ /* function bw_trace_plugin_paths() – Trace the WordPress plugin paths $wp_plugin_paths */ /* function bw_trace_oik_bwtrace_loaded() – Define actions only available when trace is loaded */ /* function bw_trace_vt() – Record a trace value / text pair */ /* function bw_trace_determine_request() – Determine what to log as the request */ /* function bw_trace_http_user_agent() – Extract the HTTP_USER_AGENT */ /* function bw_trace_get_hook_type() – Return the hook type */ /* function bw_trace_ok_to_echo() – Return true if it’s OK to echo HTML comments and such */ /* function bw_trace_purge_if_no_errors */ } /* end of first if defined() */
Called by
Invoked by
Calls
Call hooks
API Letters: