You appear to be a bot. Output may be restricted
Description
Implement 'wp' hook to see if we should be tracing 'wp'This wasn't necessary!
Usage
bw_trace_wp_early( $WP_Environment_Instance );
Parameters
- $WP_Environment_Instance
- ( mixed ) required –
Returns
voidSource
File name: oik-bwtrace/includes/oik-action-counts.phpLines:
1 to 5 of 5
function bw_trace_wp_early( $WP_Environment_Instance ) { oik_require( "includes/bwtrace-actions.php", "oik-bwtrace" ); bw_action_options(); bw_trace_add_selected_actions(); }View on GitHub View on Trac