內容簡介
Dark Mode for WP Dashboard 是一款簡單易用的 WordPress 外掛,無需設定頁面,啟用後即可立即在管理介面中切換至黑暗模式,提升使用者在後台的舒適度。
【主要功能】
• 即時切換:管理列中可快速切換黑暗模式
• 每位使用者偏好:支援黑暗、亮色、自動模式
• 完整支援區塊編輯器與網站編輯器
• 支援 12 種熱門外掛,無需額外設定
• 開發者友好:可自訂 CSS 和偏好設定
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
No settings page, no bloat — just activate and go. Dark mode for every corner of your WordPress admin.
Instant toggle in the admin bar — no page reload
Per-user preference: Dark / Light / Auto (follows system)
Full block editor and Site Editor support
12 popular plugins supported out of the box
Developer-friendly: filters for default preference, custom CSS, and editor canvas control
Supported plugins:
Advanced Custom Fields
AIOSEO
Better Search Replace
Jetpack
Kadence Blocks
Nested Pages
SmartCrawl SEO
Smush
The SEO Framework
WooCommerce
Yoast SEO (including Premium, Local, News, WooCommerce)
Zamok
The plugin adds a dark-mode class to the admin body when active, and provides three filters for customization:
add_filter( 'dark_mode_dashboard_css', 'your_custom_stylesheet' ) — load a custom stylesheet
add_filter( 'dark_mode_dashboard_default_preference', function() { return 'disabled'; } ) — change the default mode for new users
add_filter( 'dark_mode_dashboard_editor_canvas', '__return_false' ) — disable dark mode for the editor content area
