Description
Initialisation when bbboing plugin file loaded
Usage
bbboing_plugin_loaded();Parameters
Returns
voidSource
File name: bbboing/bbboing.phpLines:
1 to 6 of 6
function bbboing_plugin_loaded() { add_action( "init", "bbboing_init" ); add_action( "oik_loaded", "bbboing_oik_loaded" ); add_action( "admin_notices", "bbboing_activation" ); }View on GitHub View on Trac
Invoked by
Calls
Call hooks
API Letters:
