
內容簡介
WordPress長期以來一直在管理界面中提供內嵌文檔,針對各種功能和輸入欄位進行說明,包括摘錄、引用、自定義欄位、頁面父類別等等。對於WordPress新手而言,這些說明非常有用,但對於熟悉WordPress的人而言,這些說明只會產生視覺噪音。本外掛可以刪除這些說明文字。
本外掛的行為提供了一個基於用戶的配置選項。每個希望啟用專家模式的用戶必須進入其個人檔案,勾選“專家模式”字段,然後按“更新個人檔案”按鈕。
具體來說,此插件會刪除以下內容:
儀表板
歡迎面板的“歡迎使用WordPress!”說明
分類
“分類名稱”說明
“分類別名”說明
“父分類”說明
“描述”說明
編輯文章
“自定義欄位”說明
“摘錄”說明
“引用”說明
編輯頁面
評論狀態的說明
“自定義欄位”說明
“屬性”(父級、模板和順序)的詳細說明
編輯連結
“名稱”說明
“網址”說明
“描述”說明
“目標”說明
“鏈接關係(XFN)”的說明
標籤
“標籤名稱”說明
“標籤別名”說明
小工具
指示小工具是從左側的小工具清單中添加的文字
安裝佈景主題
搜索欄的說明文字
“特色篩選器”說明文字
佈景主題-自定義標題
僅說明您可以從計算機上上傳檔案的幫助文本
管理外掛程式
插件的說明以及它們在該頁面上的啟用/停用狀態的說明
指示壞掉的插件可以重命名以使其不再啟用的文字
“最近啟用的插件”部分的說明
添加新的外掛程式
搜索欄的幫助文本
“熱門標籤”幫助文本
用戶-您的檔案
“個人簡介”幫助文本
“配對”幫助文本
工具
“按此”部分的描述
工具-導入
“導入”部分的描述
工具-匯出
“匯出”部分的描述
設置-常規
外掛標籤
開發者團隊
原文外掛簡介
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:
Dashboard
Description of “Welcome to WordPress!” panel
Categories
Description of “Category Name”
Description of “Category Slug”
Description of “Category Parent”
Description of “Description”
Edit Post
Description of “Custom Fields”
Description of “Excerpts”
Description of “Trackbacks”
Edit Page
Description of comment status
Description of “Custom Fields”
Verbose descriptions of “Attributes” (parent, template, and order)
Edit Link
Description of “Name”
Description of “Web Address”
Description of “Description”
Description of “Target”
Description of “Link Relationships (XFN)”
Tags
Description of “Tag name”
Description of “Tag slug”
Widgets
Text indicating that widgets are added from the listing of widgets on the left.
Install Themes
Help text for search field
Help text for “Feature Filter”
Themes – Custom Header
Help text simply stating you can upload files from you computer
Manage Plugins
Description of what plugins are and that they are activated/deactivated on that page
Text indicating that broken plugins can be renamed to remove them from being active
Description of the “Recently Active Plugins” section
Add New Plugins
Help text for search field
Help text for “Popular Tags”
Users – Your Profile
Help text for “Biographical Info”
Help text for “Sessions”
Tools
Description paragraphs for “Press This”
Tools – Import
Description paragraph for “Import”
Tools – Export
Description paragraphs for “Export”
Settings – General
Extra help text after input fields for “Tagline”, “Site Address (URL)”, “Email Address”, “Timezone”
Settings – Writing
Label for “Update Services”
Settings – Reading
Extra description for “Search engine visibility”
Settings – Discussion
Description of what avatars are
Description of purpose of default avatar
Settings – Media
Text that explains sizes represent maximum dimensions in pixels of images uploaded to Media Library
Settings – Permalinks
Help text about “Common Settings”
Help text about “Optional”
Settings – Privacy
Paragraphs of text describing the Privacy Policy page
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
Developer Documentation
Developer documentation can be found in DEVELOPER-DOCS.md. That documentation covers the hooks provided by the plugin.
As an overview, these are the hooks provided by the plugin:
c2c_admin_expert_mode : Filter to dynamically determine whether the admin expert mode should be active.
c2c_admin_expert_mode_default : Filter to customize whether admin expert mode should be active for users by default or not.
