'. __('The debug file does not exist', 'foxtool') .'
'; } } else { echo '
'. __('Debug is not enabled', 'foxtool') .'
'; } ?>
'. __('Debug', 'foxtool'), 'manage_options', 'foxtool-debug-options', 'foxtool_debug_options_page'); } add_action('admin_menu', 'foxtool_debug_options_link'); function foxtool_debug_register_settings() { register_setting('foxtool_debug_settings_group', 'foxtool_debug_settings'); } add_action('admin_init', 'foxtool_debug_register_settings');