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