markei/wordpress-security-protection
最新稳定版本:v1.5.1
Composer 安装命令:
composer require markei/wordpress-security-protection
包简介
Security & protection improvements: login event history, prevent login brute force, hide backend, update status API
README 文档
README
Install the plugin via Composer
composer require markei/wordpress-security-protection
Activate the plugin in WordPress admin
Add the next two lines to wordpress/wp-config.php above require_once(ABSPATH . 'wp-settings.php');
define('MARKEI_SECURITY_PROTECTION_HIDEBACKEND_URL', '/my-secret-cms');
define('MARKEI_SECURITY_PROTECTION_UPDATEINFO_SECRET', 'super-secret-key');
define('MARKEI_SECURITY_PROTECTION_BLOCKXMLRPC', true);
Replace /my-secret-cms with an URL you like. Do not use my-secret-cms, wp-admin or wp-login! Mention the slash in the beginning. Replace super-secret-key with a random long value.
Log out and use your new URL to relogin.
The API for update status report is located at http://www.my-wordpress.tld/.markei/security-and-protection/update-state?secret=super-secret-key
统计信息
- 总下载量: 470
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-28