Linux 软件免费装
Banner图

GoalPrevail Custom Admin Screens

开发者 goalprevail
更新时间 2026年7月20日 23:16
PHP版本: 7.2 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

admin admin menu custom page login redirect user roles

下载

1.0.0

详情介绍:

GoalPrevail Custom Admin Screens lets you build backend-only pages with the standard WordPress editor and surface them inside wp-admin.

安装:

  1. Upload the goalprevail-custom-admin-screens folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Open "Admin Screens → Templates" to create a screen in one click, or "Add New" to start blank.
  4. Edit the content, then set access and redirect options in the "Screen Settings" box.

屏幕截图:

  • The template picker shown when adding a new screen.
  • The Screen Settings box: access rules, redirect flag, icon and accent color.
  • A finished custom admin screen as an end user sees it.

升级注意事项:

1.0.0 First release.

常见问题:

Can each screen use a different editor and default color?

Yes. Edit a screen and use the Screen Settings box to choose its default color and whether it opens in the Classic editor or Block editor.

What is Easy mode?

Easy mode keeps template creation simple by showing fewer action buttons. Expert mode adds template preview actions and fuller controls. Each screen can use its own mode.

Who can edit screens?

Users who can edit pages (administrators and editors by default).

Do shortcodes work?

Yes. Screen content renders blocks and shortcodes in the admin screen view.

Can other tools or AI read and write screens?

Yes, for authenticated users who can edit screens. Screens are exposed over the REST API at /wp/v2/gpcas-screens, with reads limited to users with the edit_pages capability so screen content is never exposed publicly, and the access rules, redirect flag and icon are registered meta fields. The gpcas_user_can_view, gpcas_login_redirect_screen and gpcas_templates filters allow extending behaviour in code.

更新日志:

1.0.0