| 开发者 | wprosario |
|---|---|
| 更新时间 | 2026年1月29日 22:23 |
| PHP版本: | 8.3 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPL-2.0+ |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directory.The plugin automatically checks permissions. If a user lacks the required role or is not logged in, they will be redirected to the login page configured in the settings, and the unauthorized attempt will be recorded in the security logs.
Yes. Comblock Login works independently using native WordPress roles and sessions. It is designed to be lightweight and won't conflict with plugins like WooCommerce or MemberPress.
No. It only terminates sessions for the currently logged-in user who clicks the button. It is a per-user security feature.
The login form is generated with standard HTML classes. You can easily style it using your theme's CSS or by passing a custom class through the class attribute in the shortcode: [comblock_login class="my-custom-form"].
Yes, but for security reasons, they must be explicitly allowed using the comblock_login_user_info_allowed_fields PHP filter. Please refer to the "Usage" section for a code example.
Absolutely. The plugin uses secure session cookie management and follows WordPress best practices for SSL-encrypted connections.