You appear to be a bot. Output may be restricted
Description
Implement the "oik_loaded" action for bbboing
Now it's safe to use oik APIs to register the bbboing shortcode but it's not necessary until we actually come across a shortcode
Usage
bbboing_oik_loaded();
Parameters
Returns
void
Source
File name: bbboing/bbboing.php
Lines:
1 to 3 of 3
function bbboing_oik_loaded() { bw_load_plugin_textdomain( "bbboing" ); }