Markei.nl WordPress Security & Protection
Security & protection improvements: login event history, prevent login brute force, hide backend, update status API
by Markei.nl · github.com/markei/wordpress-plugin-security-protection · website
★ 0stars
476composer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/markei/wordpress-plugin-security-protection/archive/refs/heads/master.zipAlso on Packagist as markei/wordpress-security-protection:
composer require markei/wordpress-security-protectionFrom the readme
Markei Security and Protection
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 requireonce(ABSPATH . 'wp-settings.php');
define('MARKEISECURITYPROTECTIONHIDEBACKENDURL', '/my-secret-cms');
define('MARKEISECURITYPROTECTIONUPDATEINFOSECRET', 'super-secret-key');
define('MARKEISECURITYPROTECTIONBLOCKXMLRPC', 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
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.5.1 | May 7, 2023 |
| v1.5.0 | May 5, 2023 |
| v1.4.0 | Jan 4, 2021 |
| v1.3.0 | Mar 10, 2019 |
| v1.2.0 | Jan 18, 2018 |
| v1.1.0 | Jan 9, 2018 |
| v1.0.0 | Dec 28, 2017 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.