外掛說明
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_BYPASSin 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 registrystripboard_categories— modify category tabsstripboard_disable_{$feature}— implement stripping for custom featuresstripboard_feature_toggled— react when a setting changesstripboard_validate_setting— filter values before savestripboard_is_feature_enabled( $key )— public helper
安裝方式
- Upload the
stripboardfolder to the/wp-content/plugins/directory, or install from Plugins Add New. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Settings StripBoard to configure features.
常見問題集
-
I disabled something and lost admin access. How do I recover?
-
Add this line to
wp-config.phpabove the “That’s all, stop editing!” comment:define( 'STRIPBOARD_BYPASS', true );This bypasses all StripBoard logic until you can re-enable features.
-
Does disabling REST API break the block editor?
-
The REST toggle blocks unauthenticated (guest) REST requests only. Logged-in users and authenticated clients can still use the API.
-
Do the auto-update email toggles stop WordPress from updating?
-
No. Those toggles only suppress notification emails. They do not disable core, plugin, or theme updates.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0.4
- Minimal admin UI: neutral gray page background, white panels, square edges; blue only for highlights
1.0.3
- Load translated feature strings on init to satisfy WordPress 6.7+ translation timing
1.0.2
- Soften default attachment link toggle: runtime filter only, no global option lock
1.0.1
- Rebrand to StripBoard for WordPress.org naming guidelines
- Remove features that interfered with Core update checks or defined DISABLE_WP_CRON
- Contributors list matches plugin owner account
1.0.0
- Initial public release
- WordPress / WooCommerce feature toggles
- Parent–child hierarchy, kill switch, security warnings
- Developer extension API

