WP Manifestindependent plugin directory
manifest / security / faf-ipadmin

FAF IPAdmin archived

Wordpress Plugin to restrict IP based access to Admin Site

by F.A. Fiebig · github.com/fafiebig/faf-ipadmin · website

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.zip

Readme

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

TagPublished
1.0.3 Sep 29, 2017
1.0.2 Apr 6, 2017
1.0.1 Mar 8, 2017
1.0.0 Mar 8, 2017

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.