

Settings → StripBoard with feature toggles, risk labels, category tabs, and safety guidance.
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.
STRIPBOARD_BYPASS in wp-config.phpNo bloat. No page builders. No subscriptions.
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.
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