You appear to be a bot. Output may be restricted
Description
Implement "oik_admin_menu" filter for oik-cssoik-css provides an additional box for the oik options page where the user selects whether or not wpautop() processing should be globally enabled or disabled. Setting the plugin server is not necessary for a plugin on WordPress.org
Usage
oik_css_admin_menu();
Parameters
Returns
voidSource
File name: oik-css/oik-css.phpLines:
1 to 5 of 5
function oik_css_admin_menu() { // oik_register_plugin_server( __FILE__ ); register_setting( 'oik_css_options', 'bw_css_options', 'oik_options_validate' ); add_action( "oik_menu_box", "oik_css_oik_menu_box" ); }View on GitHub View on Trac