StripBoard
·
Simply disable unwanted WordPress features from one settings board.
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
See the GitHub README for extension examples.
