You appear to be a bot. Output may be restricted
Description
load up the functions required to allow use of the bw/oik APINotes: a plugin that is dependent upon oik and/or uses the trace facility should either call add_action( "init", "oik_init" ); to let oik load the required API files OR, if add_action() is not yet available, call this function, if it's available. In most cases all that is required initially is to load /libs/bwtrace.php
Usage
oik_init();
Parameters
Returns
voidSource
File name: oik/libs/oik_boot.phpLines:
1 to 3 of 3
function oik_init( ) { oik_require_lib( 'bwtrace' ); }View on GitHub View on Trac