Description
Implement "oik_add_shortcodes" action for oik-sc-helpNote that the shortcode functions are implemented by the oik base plugin
Usage
oik_sc_help_init();Parameters
Returns
voidSource
File name: oik-sc-help/oik-sc-help.phpLines:
1 to 13 of 13
function oik_sc_help_init() { bw_add_shortcode( "bw_codes", "bw_codes", oik_path( "shortcodes/oik-codes.php") , false ); bw_add_shortcode( "bw_code", "bw_code", oik_path( oik_sc_help_yoast_seo) , false ); oik_sc_help_wpmembers(); oik_sc_help_woocommerce(); oik_sc_help_easy_digital_downloads(); oik_sc_help_jetpack(); oik_sc_help_genesis(); oik_sc_help_yoast_seo(); add_filter( "oiksc_shortcodes_components", oik_sc_shortcodes_components, 11 ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
