LinkLens Labs Docs
Blind Mode for WordPress
A development visibility gate that makes your WordPress site disappear until you intentionally go live. Public requests return 404. Admin access stays stable. Preview access is time-limited and controlled by a secret key.
Overview
Blind Mode solves a simple (and very common) WordPress problem:
“I want to build on my real domain, but I don’t want the site to exist yet.”
- Public visitors get 404 Not Found
- Login/admin entry points are hidden for non-allowed visitors
- REST endpoints and feeds are blocked
- XML-RPC is disabled
- Admins keep normal access while logged in
- Clients/testers can use a time-limited preview link
Blind Mode is a visibility control. It prevents accidental exposure during development.
Requirements
- WordPress 6.0+
- PHP 7.4+
- Access to install an MU plugin
WooCommerce is not required.
How to install Blind Mode
Blind Mode is distributed as a standard WordPress plugin ZIP — with a required must-use (MU) enforcement file that you move after installation.
After installing the plugin, both files will exist on your server:
ll-blind-mode.php— MU visibility gate (must be moved)ll-blind-mode-settings.php— admin settings UI
Step 1: Install the plugin ZIP
- Go to Plugins → Add New → Upload Plugin
- Upload the Blind Mode ZIP file
- Activate the plugin
This installs both files into your /wp-content/plugins/ directory.
Step 2: Move the MU enforcement file
- Open your site using FTP, SFTP, or a hosting file manager
- Navigate to
/wp-content/plugins/ - Locate
ll-blind-mode.php - Create
/wp-content/mu-plugins/if it does not exist - Move
ll-blind-mode.phpinto/wp-content/mu-plugins/
Step 3: Confirm it’s active
- Go to Settings → Blind Mode
- Ensure Blind Mode is enabled
- Confirm a Secret Key is generated
- Open an incognito window and visit your site
- You should see 404 Not Found
/wp-login.php is hidden from the public.
Where the settings live
WordPress Admin → Settings → Blind Mode
Support
Documentation covers standard usage. For license or installation issues, contact LinkLens Labs support.