| 开发者 |
flexfields
hovoqoch |
|---|---|
| 更新时间 | 2026年9月2日 15:29 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
flex-website-security folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload Plugin.No. Flex Website Security turns on common hardening options. Pair it with Flex SSL for HTTPS and HSTS, and keep WordPress, themes, and plugins updated.
Add define( 'FLEX_SECURITY_DISABLE_CUSTOM_LOGIN', true ); to wp-config.php, or rename the plugin folder over SFTP. Bookmark the new login URL before you log out.
Add define( 'FLEX_SECURITY_DISABLE_COUNTRY_BLOCK', true ); to wp-config.php, then fix Mode, Apply to, or the country list on Access.
Whole website mode still allows the login form so you can sign in and change the rule. Admin-only mode restricts login and wp-admin for guests.
No. It removes temporary failed-login lockouts only. Permanent blocks stay until you Unblock them on Access.
No. Failed captcha checks do not increment the attempt counter.
Disabling XML-RPC or Application Passwords can affect older apps and some Jetpack features. Turn those options off if you still need them.
Deleting the plugin removes settings, IP lockouts/blocks, and country lookup cache. It does not remove DISALLOW_FILE_EDIT if you defined that constant yourself in wp-config.php.