Title: Admin Allow by IP
Author: Apsara Aruna
Published: <strong>August 20, 2021</strong>
Last modified: October 19, 2023

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/admin-allow-by-ip/assets/icon-256x256.png?rev=2585895)

# Admin Allow by IP

 By [Apsara Aruna](https://profiles.wordpress.org/apsaraaruna/)

[Download](https://downloads.wordpress.org/plugin/admin-allow-by-ip.1.0.2.zip)

 * [Details](https://pcd.wordpress.org/plugins/admin-allow-by-ip/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/admin-allow-by-ip/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/admin-allow-by-ip/#installation)
 * [Development](https://pcd.wordpress.org/plugins/admin-allow-by-ip/#developers)

 [Support](https://wordpress.org/support/plugin/admin-allow-by-ip/)

## Description

Protect your admin form hackers!. You can allow your wp-admin for specific IP(s).

You can select redirect after blocked wp-admin to others. and also you can customize
as you want. we provide sample landing page [here](https://github.com/apsaraaruna/maintenance-landing)

Also see my other plugins
 * [Easy Subscribe Button Widget](https://wordpress.org/plugins/widget-youtube-subscribtion/)*
[Easy Embed Page Widget](https://wordpress.org/plugins/embed-page-facebook/)

## Screenshots

 * [[
 * Settings options
 * [[
 * Redirection option
 * [[
 * If not located in ‘maintenence.html’
 * [[
 * Located in ‘maintenence.html’
 * [[
 * Root folder

## Installation

This section describes how to install the plugin and get it working.

e.g.

 1. Upload `admin-allow-by-ip.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Settings -> Admin block

## FAQ

### Is this work with multisite

Can use with multisite. but need set on single site.

### How to reset plugin from Database level

just run following query on you database sql. make sure change table prefix

    ```
    UPDATE wp_options 
    SET option_value = 'a:3:{s:14:\"enable_devmode\";s:1:\"0\";s:13:\"hide_wplogins\";s:10:\"127.0.0.1,\";s:16:\"direction_option\";s:16:\"home-page\";}' 
    WHERE wp_options.option_name = 'abbi_options_advanced_options' 
    ORDER BY option_id 
    DESC LIMIT 1; 
    ```

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Admin Allow by IP” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Apsara Aruna ](https://profiles.wordpress.org/apsaraaruna/)

[Translate “Admin Allow by IP” into your language.](https://translate.wordpress.org/projects/wp-plugins/admin-allow-by-ip)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/admin-allow-by-ip/),
check out the [SVN repository](https://plugins.svn.wordpress.org/admin-allow-by-ip/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/admin-allow-by-ip/)
by [RSS](https://plugins.trac.wordpress.org/log/admin-allow-by-ip/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Redirection option added.

#### 1.0.0

 * Fresh copy

## Meta

 *  Version **1.0.2**
 *  Last updated **2 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.3.8**
 *  Language
 * [English (US)](https://wordpress.org/plugins/admin-allow-by-ip/)
 * Tags
 * [spam](https://pcd.wordpress.org/plugins/tags/spam/)[wp admin login](https://pcd.wordpress.org/plugins/tags/wp-admin-login/)
   [wp security](https://pcd.wordpress.org/plugins/tags/wp-security/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/admin-allow-by-ip/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/admin-allow-by-ip/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/admin-allow-by-ip/reviews/)

## Contributors

 *   [ Apsara Aruna ](https://profiles.wordpress.org/apsaraaruna/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/admin-allow-by-ip/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://profiles.wordpress.org/apsaraaruna/)