You appear to be a bot. Output may be restricted
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( "oik_add_shortcodes", "bbboing_oik_add_shortcodes" ); add_action( "admin_notices", "bbboing_activation" ); }View on GitHub View on Trac