Description
Implement the "oik_loaded" action for bbboingNow 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
voidSource
File name: bbboing/bbboing.phpLines:
1 to 4 of 4
function bbboing_oik_loaded() { bw_load_plugin_textdomain( "bbboing" ); add_action( "oik_add_shortcodes", "bbboing_oik_add_shortcodes" ); }View on GitHub View on Trac
Called by
Invoked by
Calls
Call hooks
API Letters:
