You appear to be a bot. Output may be restricted
Description
Implements 'oik_admin_menu' actionSet the plugin server Register the text domain for localization Note: Prior to oik v1.18 we used to relocate the oik-bwtrace plugin from the oik plugin to become its own plugin. This is no longer necessary. As of oik v2.6-alpha.0524 the oik base plugin now delivers a different includes/bwtrace.php that says you need "oik-bwtrace" to implement tracing logic. From oik-bwtrace v2.0.0 we use shared libraries.
Usage
oik_bwtrace_admin_menu();
Parameters
Returns
voidSource
File name: oik-bwtrace/oik-bwtrace.phpLines:
1 to 4 of 4
function oik_bwtrace_admin_menu() { //oik_register_plugin_server( __FILE__ ); bw_load_plugin_textdomain( 'oik-bwtrace' ); }View on GitHub View on Trac