Linux 软件免费装
Banner图

StripBoard

开发者 gangesh
更新时间 2026年8月14日 14:22
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

performance security woocommerce cleanup disable features

下载

1.0.4

详情介绍:

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. 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 See the GitHub README for extension examples.

安装:

  1. Upload the stripboard folder to the /wp-content/plugins/ directory, or install from Plugins → Add New.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Settings → StripBoard to configure features.

升级注意事项:

1.0.4 Admin settings UI cleanup for clearer contrast and a flatter layout. 1.0.3 Fixes early translation loading notice on WordPress 6.7+. 1.0.2 Attachment link behaviour no longer locks the Media setting. 1.0.1 Review response: new name/slug, safer update/cron handling.

常见问题:

I disabled something and lost admin access. How do I recover?

Add this line to wp-config.php above 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 1.0.3 1.0.2 1.0.1 1.0.0