Lines:
1 to 28 of 28
<?php // (C) Copyright Bobbing Wide 2014-2016 /* function bw_trace_activate_mu() – Activate / deactivate _oik-bwtrace-mu processing */ /* function bw_trace_count_on() – Turn on action hook and filter counting */ /* function bw_trace_count_off() – Turn off action hook and filter counting */ /* function bw_lazy_trace_count() – Prepare for counting action hooks and filters */ /* function bw_trace_wp_early() – Implement ‘wp’ hook to see if we should be tracing ‘wp’ */ /* function bw_trace_count_all() – Count every action and filter hook */ /* function bw_trace_count_report() – Report trace action count on shutdown */ // Moved bw_trace_get_hook_type to includes\oik-actions.php /* function bw_trace_get_hook_num_args() – Return the hook param count */ /* function bw_trace_create_hook_links() – Create the HTML for a hook links section for "Request summary" */ /* function bw_trace_get_attached_hook_count() – Return the number of attached hooks */ /* function bw_trace_get_hook_links() – Return the [hook] links shortcodes */ /* function bw_trace_count_plugins_loaded() – Implement "plugins_loaded" for oik-bwtrace */