FAF IPAdmin archived
Wordpress Plugin to restrict IP based access to Admin Site
★ 0stars
0forks
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/fafiebig/faf-ipadmin/archive/refs/heads/master.zipReadme
DEPRECATED - DO NOT USE IT ANY LONGER!
faf-ipadmin
Wordpress Plugin to restrict IPs to grand access to WP Admin Site.
Installation
- Unzip and upload the plugin to the /wp-content/plugins/ directory
- Activate the plugin in WordPress
- Go to plugins page and set your settings.
If you kill yourself
- set $restrict to false on line 28 in /wp-content/plugins/faf-ipadmin.php to regain access to admin
Installation with composer
- Add the repo to your composer.json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/fafiebig/faf-ipadmin.git"
}
],
- require the package with composer
composer require fafiebig/faf-ipadmin 1.*
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.