$page); return add_query_arg($args, admin_url('options-general.php')); } public static function display_page() { require_once(ABSPATH . 'wp-admin/includes/nav-menu.php'); $cache_mode = get_option('activist_cache_mode', 1); $offline_behavior = get_option('activist_offline_behavior', 0); $censor_behavior = get_option('activist_censor_behavior', 0); Activist::view('config', compact('cache_mode', 'offline_behavior', 'censor_behavior')); } } ?>