You appear to be a bot. Output may be restricted
Description
Implements "oik_add_shortcodes" action for oik-css.Note: If oik's not really loaded we can't use bw_background or bw_autop.
Usage
oik_css_init();
Parameters
Returns
voidSource
File name: oik-css/oik-css.phpLines:
1 to 9 of 9
function oik_css_init() { bw_add_shortcode( "bw_css", "oik_css", oik_path( "shortcodes/oik-css.php", "oik-css" ), false ); bw_add_shortcode( "bw_geshi", "oik_geshi", oik_path( "shortcodes/oik-geshi.php", "oik-css" ), false ); if ( class_exists( 'BW_') ) { bw_add_shortcode( "bw_background", "bw_background", oik_path( "shortcodes/oik-background.php", "oik-css" ), false ); bw_add_shortcode( "bw_autop", "bw_autop", oik_path( "shortcodes/oik-autop.php", "oik-css" ), false ); } }View on GitHub View on Trac