You appear to be a bot. Output may be restricted
Description
Implement "oik_admin_menu" action for oik-sc-helpSet the plugin server It's no longer necessary to relocate the plugin
Usage
oik_sc_help_admin_menu();
Parameters
Returns
voidSource
File name: oik-sc-help/oik-sc-help.phpLines:
1 to 5 of 5
function oik_sc_help_admin_menu() { oik_register_plugin_server( __FILE__ ); //bw_add_relocation( 'oik/oik-sc-help.php', 'oik-sc-help/oik-sc-help.php' ); //add_theme_support( 'woocommerce' ); }View on GitHub