Plugin Pulse
← Pulse

WP Secure Maintenance

by Saad Iqbal · Admin & Utilities

Also makes 49 other plugins · 1.3M+ installs across the portfolio →

Want to lock your site for Maintenance or Development? Then this is the right Plugin

⚠ Stale⚠ Likely abandoned⚠ Few reviews
How scoring works →
51 Health · D
Maintenance 22/100
Rating quality 70/100
Support 70/100

51 health vs 54 average across 3,790 Admin & Utilities plugins

Removal-risk signals

28/100

Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.

  • Not actively maintained. No update in about 2 years.

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

62 / 100

Room to improve

Biggest win: Update recency

Update recency 30/100
WP compatibility 77/100
Rating quality 55/100
Listing tuning 92/100

To rank higher: Last updated 800 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+19% vs prior 30d
12Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

334

now · peak 1.7K

33630d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

WP Secure Maintenanc · #5361 you 302 Moved Temporaril · #19217 Anti-Cache Kit · #23539 Blighty Pluginator · #40892

Rating trend

Star average over time · dips mark rough releases

3.6Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

336per 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

0

releases in the last 12 months

2.2y ago

latest release · v1.7

9

tagged releases on record

Recent releases

1.7 · 2.2y ago1.6 · 4.3y ago1.5 · 5.4y ago1.4.1 · 6.0y ago1.4 · 8.6y ago1.3 · 8.6y ago1.2 · 9.0y ago1.1 · 9.5y ago1.0 · 10.5y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 77% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v1.7 77%
v1.6 15%
v1.4 5.6%
Older / other versions 1.7%

Estimated active installs

The public count shows “1K+”. Our estimate pins where the real number sits.

tracked estimate
1K–2K ≈1.6K

Refined from the date this plugin crossed into its current band.

Install history · since 2016-10-24 · 1,422 observations

1KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
1.7
Last updated
2.2y ago
Added
2016-03-02 · 10 yrs old
Requires WP
5.2
Tested up to
6.5.10
Requires PHP
7.0

Recent reviews

All reviews on wp.org ↗
  1. Joshua Gerrity
    5.7y ago

    This plugin works great. It’s simple, and does what it says. By removing all page content besides this plugin’s, it prevents bots from being able to see what other plugins you have activated (which could be a security issue). Of course, don’t expect your website to be impervious to outside visitors guessing your password. There is no brute-force protection in place. Instead, just consider it, as someone else commented in their review, a simple WordPress replacement of HTAccess site locking functionality. No one should expect the things we put on the Internet to remain private, anyway.

    Read on wp.org ↗
  2. moddo
    7.0y ago

    I was looking for exactly this type and found. But to perfection is missing one big and fundamental thing. If password maintenance is active. So virtually the entire WordPress is closed and WPbackup and other plugins that communicate in the background do not work. Solve a site blocking without the other and it’s an amazing tool to restrict access to test unfinished sites.

    Read on wp.org ↗
  3. sketchhog
    8.6y ago

    Looks like it was built as a high school project. Text is all cut off, fields are unclear, logo area is rounded off, and there’s hokey glow effects everywhere. I seriously have no idea what they were thinking here. This topic was modified 8 years, 5 months ago by sketchhog.

    Read on wp.org ↗
  4. Michael Samson
    9.1y ago

    I wanted to leave a review here for this little plugin because it is great for a single reason… (I’m also leaving some recommendations for the plugin author below) This may be the only plugin of it’s kind that emulates htaccess authentication without actually using htaccess. Most plugins created to lock websites while they’re in development (maintenance mode plugins) either completely block access to the website, or allow an admin to login using a login form on the maintenance screen. The problem with that approach is that if you happen to be doing development on a site with custom login/register screens, you will not be able to see those screens once logging in on the maintenance screen (because you will then be logged into the site, and won’t obviously see the login screen you’re developing). In the past I would have simply used htaccess authentication (with htpasswd files) to restrict access to the site so only developers could see it. However, I happen to be developing a website right now on Amazon Web Services (AWS) with CloudFront (their CDN). I found that CloudFront is not compatible with htaccess authentication at all. This left me in a real conundrum, as I needed to access restrict our site to developers while still being able to see and work on the website’s login/register page. That’s where this amazing little plugin came in. This plugin is very simple, but it does what so many other maintenance mode plugins do not. It simply acts as a secondary front door to a website, without interfering with the main front door. When you enter your password into this plugin, it then releases you into the site without actually logging you into WordPress, thus making it possible to do development work on login/register screens. These are a few recommendations and things of note for the plugin author: 1. I recommend adding a lot more settings to control the look and feel, as I had to re-write all of the css in this plugin to get it to look the way I wanted. 2. Add the ability to input your logo from a local URL in the website’s file system, and not just from the Media Library. We’re not keeping our website’s official images in the media library. I had to edit the plugin to work around this limitation. 3. Introduce a true username/password system that is completely separate from the WordPress users. In other words, provide the ability to create users, each with their own custom password. This would work the same way the plugin works now, by not using the WordPress login functionality. We don’t want to use the WordPress logins for the reasons I recommended this plugin above. Right now the login is limited to a single password. Imagine how flexible this would be if you could create multiple usernames and passwords for developers. This would then be a complete replacement for htaccess authentication. 4. The logo width and height settings are backwards in the settings, in terms of what they actually control. 5. You should correct the spelling of “Maintenance” in the plugin folder name, plugin title, and description. I noticed it was misspelled everywhere as “Maintainance.” ….. To anyone thinking of using this plugin, I do highly recommend it if you need a convenient replacement for htaccess authentication. For this purpose, it is the perfect solution! All my best, ~ Michael

    Read on wp.org ↗
  5. WPExperts.io
    9.9y ago

    Hi There! We have developed simple and easy plugin for WordPress community with which you can lock your whole site with single PIN code. Its pretty handy to use at the time of WordPress based website development or maintenance. Happy WordPressing! 🙂

    Read on wp.org ↗

Known vulnerabilities

via Wordfence Intelligence

1 disclosed vulnerability on record for this plugin, fixed in the current version. Sites on older versions stay exposed until they update.

  1. 2024-06-21 CVE-2024-4753 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects <= 1.6 Patched in 1.7

Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.

CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 6.5.4

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 1 language, 1 at 90% or more

Swedish 100%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2026-01-24 2K+ → 1K+ down

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for WP Secure Maintenance into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/wp-secure-maintainance" width="480" height="300" style="border:0" loading="lazy" title="WP Secure Maintenance — Plugin Pulse"></iframe>
Preview card ↗

WP Secure Maintenance: 1K+ active installs, 3.6★ (5 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/wp-secure-maintainance