
內容簡介
PureDash Cleaner 是一款增強型 WordPress 外掛,旨在透過單擊隱藏煩人的或冗餘的管理介面元素,讓使用者的操作更為流暢。它提供「Zen 模式」以便於選擇互動元素,並具備持久或會話基礎的封鎖系統。
【主要功能】
• 隱藏管理介面元素的簡單操作
• 提供「Zen 模式」以便於選擇
• 管理已封鎖元素的清單
• 安全模式以應對意外隱藏關鍵元素
• 開發者可用的關閉開關功能
外掛標籤
開發者團隊
原文外掛簡介
PureDash Cleaner is an enhanced WordPress plugin designed to clean up the WordPress admin interface by allowing users to hide annoying or redundant elements with a single click. It features a “Zen Mode” for interactive element selection and a robust system for persistent or session-based blocking.
Privacy Policy
This plugin utilizes the Freemius SDK to provide optional usage tracking and support services. Data is only sent to freemius.com if you explicitly opt in during activation. For more information, please refer to the Freemius Privacy Policy: https://freemius.com/privacy/
How to Use
Hiding an element with Zen Mode
Log in to your WordPress admin as an administrator.
Look for the PureDash Cleaner entry in the top admin bar (black bar at the top). Click it to open the submenu.
Click Toggle Zen Mode. The page will enter selection mode — a blue highlight will follow your cursor as you move over admin elements.
Hover over any element you want to hide (a menu item, a dashboard widget, an admin notice, etc.) and click it.
A dialog will appear. Optionally give the element a label so you can identify it later, then click Hide Element to confirm.
The element is now hidden for all admin sessions for your user. It will be hidden every time you load an admin page.
Viewing and managing blocked elements
Go to Settings > PureDash Cleaner.
The Blocked Elements tab lists every element you have hidden, grouped by category (Main Menu, Admin Bar, Dashboard Widgets, Admin Notices, Miscellaneous).
To remove a block, click the Delete button next to the element. It will reappear immediately on the next page load.
To rename a block’s label, click the pencil icon next to its name.
Safe Mode (emergency recovery)
If you accidentally hide a critical element (such as the admin menu) and cannot navigate:
Add ?puredash_safe_mode=1 to any admin URL, for example: https://yoursite.com/wp-admin/?puredash_safe_mode=1
Or go to Settings > PureDash Cleaner > Help & Safe Mode and click Activate Safe Mode.
Safe Mode temporarily disables all blocks so you can access the settings page and delete the problematic entry.
Developer kill switch
You can disable the plugin entirely without deactivating it by adding the following line to your wp-config.php:
define( 'PUREDASH_DISABLE', true );
