$v ) { if ( $k !== $next ) return false; $next++; } return true; } } function myplugin_menu_setup() { add_options_page('Ads By CB', 'Ads By CB', 10, __FILE__, 'myplugin_menu'); } // Actual function that handles the settings sub-page function myplugin_menu() { ?>