WP Manifestindependent plugin directory
manifest / security / wp-network-restriction

WordPress Network Restriction

Force user login to view pages, unless within a whitelisted ip range.

by Stephen Schrauger · github.com/schrauger/wp-network-restriction · 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/schrauger/wp-network-restriction/archive/refs/heads/master.zip

Readme

Purpose

When activated, this plugin forces a user to login to WordPress, unless they are inside the whitelisted IP range.

This is mainly for development environments, where you don't want anyone to be able to view any pages unless they are inside your network or are logged in as a user.

Read the full README on GitHub →