| 开发者 | gangesh |
|---|---|
| 更新时间 | 2026年8月14日 14:22 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
STRIPBOARD_BYPASS in wp-config.phpstripboard_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 helperstripboard folder to the /wp-content/plugins/ directory, or install from Plugins → Add New.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.
The REST toggle blocks unauthenticated (guest) REST requests only. Logged-in users and authenticated clients can still use the API.
No. Those toggles only suppress notification emails. They do not disable core, plugin, or theme updates.