You appear to be a bot. Output may be restricted
Description
Implement the "init" action for bbboingEven though "oik" may not yet be loaded, let other plugins know that we've been loaded.
Usage
bbboing_init();
Parameters
Returns
voidSource
File name: bbboing/bbboing.phpLines:
1 to 3 of 3
function bbboing_init() { do_action( "bbboing_loaded" ); }View on GitHub View on Trac