Linux 软件免费装
Banner图

Admin Expert Mode

开发者 coffee2code
更新时间 2021年11月19日 17:25
捐献地址: 去捐款
PHP版本: 2.8 及以上
WordPress版本: 5.8
版权: GPLv2 or later
版权网址: 版权信息

标签

admin help coffee2code expert remove inline documentation

下载

1.5 1.6 1.7.1 1.7.2 1.8 1.8.1 1.9 2.0 2.1 2.2 2.3 2.4 2.6 2.7 1.1 1.0 1.7 2.5 2.8 2.9

详情介绍:

WordPress has long provided inline documentation throughout the administrative interface that provide explanations for various features and input fields. This includes an explanations of excerpts, trackbacks, custom fields, page parents, etc. These are great for newcomers to WordPress, but for those with sufficient familiarity these bits of text are no longer necessary and merely provide visual noise. This plugin gets rid of those descriptive texts. The plugin's behavior is made available as a per-user profile option. Each user who wishes to enable expert mode for themselves must do so individually by going into their profile, checking the field 'Expert mode', and then pressing the 'Update Profile' button. Specifically, this plugin removes: NOTE: This plugin does NOT remove input field labels or section headers, nor anything containing actual data. In a few cases, descriptive text is left intact when it is of enough importance to warrant retention, or the markup structure does not facilitate easy removal. Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage

安装:

  1. Install via the built-in WordPress plugin installer. Or install the plugin code inside the plugins directory for your site (typically /wp-content/plugins/).
  2. Activate the plugin through the 'Plugins' admin menu in WordPress
  3. Each user who wishes to enable expert mode for themselves must do so individually by going into their profile, checking the checkbox 'Expert mode', and then pressing the 'Update Profile' button.

屏幕截图:

  • A screenshot of some of the panels of the 'Edit Post' admin page *after* this plugin is activated.
  • A screenshot of the same panels of the 'Edit Post' admin page as they appear in a standard WP 3.3 installation. See the difference?
  • A screenshot of the plugin's profile checkbox on the user Profile page.
  • A screenshot of the form on the 'Categories' admin page *after* this plugin is activated.
  • A screenshot of the form on the 'Categories' admin page as they appear in a standard WP 3.3 installation. See the difference?

升级注意事项:

2.9 Minor release: added DEVELOPER-DOCS.md, noted compatibility through WP 5.8+, reorganized unit tests, and minor tweaks. 2.8 Recommended minor update: hid text on "Welcome to WordPress!" panel on dashboard, hid text on "Setttings - Writing" and "Settings - Reading" pages, noted compatibility through WP 5.7+, and updated copyright date (2021). 2.7 Recommended minor update: updated hiding of text on "Privacy Settings" page, hid text on "Media Settings" page, hid text relating to avatars on "Discussion Setting" page, added TODO.md file, updated a few URLs to be HTTPS, expanded unit testing, and noted compatibility through WP 5.4+. 2.6 Recommended minor update: fixed bug with considering user setting value, added unit testing, noted compatibility through WP 5.3+, created CHANGELOG.md to store historical changelog outside of readme.txt, and updated copyright date (2020). 2.5 Minor update: permitted admins to see and edit the value of the setting for other users, tweaked plugin initialization, noted compatibility through WP 5.1+, updated copyright date (2019), more. 2.4 Minor update: added support for query arg to disable expert mode on a given page; updated hiding of newly added help text, added README.md, noted compatibility through WP 4.9+, updated copyright date (2018), and more. 2.3 Minor update: updated hiding of help text on the new term.php page, noted compatibility through WP 4.5+, added LICENSE file 2.2 Minor update: hide a few more recently added/changed help texts, adjustments to utilize language packs, minor unit test tweaks, noted compatibility through WP 4.4+, and updated copyright date 2.1 Minor update: updated hiding of a few existing help text; noted compatibility through WP 4.1+; updated copyright date (2015); added plugin icon 2.0 Minor update: updated hiding of a few existing help text; noted compatibility with WP 3.8+ 1.9 Minor update: removed newly added and changed help text; noted compatibility with WP 3.5+ 1.8.1 Trivial update: noted compatibility through WP 3.4+; explicitly stated license 1.8 Recommended update. Highlights: various code improvements; enqueue CSS; noted compatibility through WP 3.3+ 1.7.2 Bugfix release. Fixed accidental hiding of permalink rules on permalinks settings page 1.7.1 Bugfix release! Fixed accidental hiding of submit button on permalinks settings page 1.7 Minor update: removed more help text and noted compatibility with WP 3.2+ 1.6 Minor update: implementation changes; noted compatibility with WP 3.1+ and updated copyright date. 1.5 Recommended update! Highlights: hides newly added help text, displays reminder on plugin activation, added filters, localization support, dropped pre-WP 2.8 compatibility, added verified WP 3.0 compatibility.

常见问题:

Can I view an admin page with admin expert mode turned off without turning the feature off for my account or disabling the plugin entirely?

Yes. Use the 'disable-admin-expert-mode' query parameter with a value of '1' to disable admin expert mode for the loaded page. This would yield a URL, for example, of https://example.com/wp-admin/options-general.php?disable-admin-expert-mode=1. If the URL already has query parameters specified (you'll see a "?" in the URL), then you have to add the new query parameter as an additional one joined with "&", e.g. https://example.com/wp-admin/post-new.php?post_type=page&disable-admin-expert-mode=1.

Does this plugin include unit tests?

Yes.

更新日志:

2.9 (2021-11-16) Highlights: This minor release adds DEVELOPER-DOCS.md, notes compatibility through WP 5.8+, reorganizes unit tests, and minor tweaks. Details: 2.8 (2021-03-24) Highlights: This release is a recommended minor update that hides text in the welcome panel on the dashboard page, hides text on the "Settings - Writing" and "Settings - Reading" pages, and notes compatibility through WP 5.7+. Details: 2.7 (2020-06-14) Highlights: This release is a recommended minor update that updates hiding of text on "Privacy Settings" page, hides text on "Media Settings" page, hides text relating to avatars on "Discussion Setting" page, adds a TODO.md file, updates a few URLs to be HTTPS, expands unit testing, and notes compatibility through WP 5.4+. Details: