System Admin

外掛說明

Extends the admin role with a new, awesomer role called ‘Sysadmin’. This new role gives you a menu of options to hide menu and/or sub-menu items in the admin from all other users (e.g. Themes, Theme Editor, Plugin Editor, etc.) Very useful when restricting major changes or updates from clients or administrators.

Special Features

  • Disable core update
  • Disable plugin update
  • Disable theme update
  • Disable admin bar

Uninstall

Just deactivate and delete plugin. This will re-assign Sysadmin role as Administrator and remove all options (unhiding hidden menu items, etc.)

安裝方式

Activate, promote yourself, set your options, high five.

  1. Upload system-admin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Promote yourself to Sysadmin and visit System Admin, select your desired options, save changes.

常見問題集

Is there a premium version?

No. All that this plugin does is included in this version. Nothing hidden to be gained.

Does this plugin add redirects?

No. Simply hides the menu items. You can still access the direct URI (intentional fallback).

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈System Admin〉的開發相關工作。

參與者

將〈System Admin〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.1

  • Fixed: Sysadmin users could lose wp-admin access after self-promotion in some environments.
  • Fixed: Promote Self now preserves Administrator role compatibility on promotion.
  • Fixed: Sysadmin custom capabilities are now re-applied defensively during role sync.
  • Fixed: Direct URL admin-menu enforcement now includes a role-based Sysadmin fallback check.

2.0

  • Compatibility with WordPress 6.6, 6.7, 6.8, and 7.0
  • Fixed: Check All / Uncheck All / Toggle All buttons broken since WP 5.6 (jQuery 3 .prop() fix)
  • Fixed: CSRF nonce protection added to Plugins and Admin Menu settings forms
  • Fixed: Nonce now required to use the Promote Self page
  • Fixed: Admin notice HTML updated to modern notice classes (notice-error, notice-success)
  • Fixed: load_plugin_textdomain now hooked to init for WP 6.7+ JIT translation loading
  • Fixed: register_setting now includes a sanitize_callback and type (WP 5.5+)
  • Fixed: All dynamic output now escaped with esc_html() and esc_url()
  • Fixed: Admin page titles updated from h2 to h1 (WP 3.8+)
  • Fixed: user_has_cap filter callbacks accept the 4th $user argument
  • Improved: Removed deprecated &$this pattern from all hook registrations (PHP 8.x)
  • Improved: JMSA_AdminMenu declares $menu_original and $submenu_original explicitly (PHP 8.2+)
  • Improved: WP_User_Query now uses get_results() instead of direct property access
  • Improved: wp_roles() replaces manual WP_Roles instantiation
  • Improved: All plugin options cleaned up on uninstall (added jmsa_version)
  • Requires WordPress 6.0 or later
  • Requires PHP 8.0 or later

1.0

  • Init to Winit