=== IP Only === Contributors: jianshuo Donate link: http://home.wangjianshuo.com/ Tags: restriction, ip, ip address Requires at least: 2.0.2 Tested up to: 2.1 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Restrict access only to specific IP address. Other visitors will see a message. The article is hidden from feed as well. == Description == I created my first plugin when I created my CEO Blog. The problem is obvious: I am going to have a CEO blog where I can share my thoughts with the team frequently. I tried to write a different blog, and I found it is just impossible to maintain two. So I decided to put it on to my own personal blog. Although most of the articles are public in nature, I do have something that I hope to disclose to the general public later. I don't want to have complicated OAuth based verification. A simple IP based restriction is good enough. There is no simple solution so I wrote one myself. == Installation == 1. Upload `iponly.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = A question that someone might have = An answer to that question. = What about foo bar? = Answer to foo bar dilemma. == Screenshots == == Changelog == = 1.0 = * Just started