| 开发者 | domclic |
|---|---|
| 更新时间 | 2025年11月7日 08:13 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Yes, it’s fully compatible with multisite. The toggle in Network Admin applies settings to all sites.
Yes, unchecking the box restores comments, trackbacks, avatars, and Discussion settings.
No, comments are blocked at the database level and via the REST API, preventing all submissions.
Enable debugging in wp-config.php (WP_DEBUG, WP_DEBUG_LOG) and check wp-content/debug.log for details. Contact support with the error message.
wp_enqueue_style and wp_add_inline_style for proper asset loading.
1.8.6
Fix small errors
1.8.5
Fix syntax errors
1.8.4
Create an EffortLess menu for the Network dashboard
1.8.3
Fixed input sanitization warning for POST data in network options update.
Improved settings page UI consistency.
1.8.2
Updated settings page to display checkbox and text inline, matching WordPress default UI/UX.
1.8.1
Fixed text domain mismatches and removed unnecessary Domain Path header.
Added proper escaping and sanitization for inputs and outputs.
1.8.0
Fixed multisite dashboard error and improved Comments menu removal.
Enhanced network option updates.
1.7.0
Improved Comments menu removal with higher priority and CSS fallback.
1.6.0
Added complete comment blocking via database and REST API.
1.5.0
Fixed multisite network option updates to prevent errors.