
內容簡介
StripBoard 是一款簡化 WordPress 和 WooCommerce 功能管理的外掛,讓使用者能夠輕鬆關閉不需要的功能,提升網站效能與安全性,並提供直觀的設定介面。
【主要功能】
• 一鍵關閉不必要的功能
• 提供功能風險標籤與範圍標籤
• 支援父子層級的功能切換
• 開發者友好的擴展性
• 不收集個人資料或遠端伺服器數據
外掛標籤
開發者團隊
原文外掛簡介
StripBoard lets you simply disable unwanted features from WordPress (and WooCommerce) at the load level—using hooks, not menu hiding—all from one settings board.
Toggleable features across writing, media, speed, security, admin UI, feeds, archives, and WooCommerce
Plain-English descriptions, risk labels (high / medium / low), and scope tags (admin / frontend / both)
Parent → child hierarchy with cascade toggles
Kill switch via STRIPBOARD_BYPASS in wp-config.php
Extensible for developers via documented filters and actions
No bloat. No page builders. No subscriptions.
Privacy
StripBoard stores settings in the WordPress options table (stripboard_settings) only. It does not send data to remote servers, create accounts, or collect personal information.
Developer hooks
stripboard_features — modify the feature registry
stripboard_categories — modify category tabs
stripboard_disable_{$feature} — implement stripping for custom features
stripboard_feature_toggled — react when a setting changes
stripboard_validate_setting — filter values before save
stripboard_is_feature_enabled( $key ) — public helper
