by andyexeter
4.8 (9 reviews)
Post Lockdown
Allows admins to protect selected posts and pages so they cannot be trashed or deleted by non-admin users.
Compatible with WP 6.9
v4.0.5
Current Version v4.0.5
Updated 2 months ago
Last Update on 12 Jan, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#5,562
—
No change
Active Installs
1K+
—
No change
KW Avg Position
N/A
—
No change
Downloads
22.5K
+5 today
Support Resolved
0%
—
No change
Rating
96%
Review 4.8 out of 5
4.8
(9 reviews)
Next Milestone 2K
1K+
2K+
254
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 130 more installs to reach 2K+
Rank Changes
Current
#5,562
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.8
9 reviews
Overall
96%
5
7
(78%)
4
0
(0%)
3
2
(22%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 4.0.5
- Last Updated
- Jan 12, 2026
- Requires WP
- 4.6+
- Tested Up To
- 6.9
- PHP Version
- 7.4 or higher
- Author
- andyexeter
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.8
- Reviews
- 9
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,706
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#954
iubenda | All-in-one Compliance for GDPR / CCPA Cookie Consent + more
200K+ installs
#260
PO
Page Optimize
200K+ installs
#262
MalCare WordPress Security Plugin - Malware Scanner, Cleaner, Security Firewall
200K+ installs
#265
Frequently Asked Questions
Common questions about Post Lockdown
By default, the plugin classes a non-admin as a user who does not have the manage_options capability e.g an Editor. The capability can be filtered using the postlockdown_admin_capability filter.
The following filters are used throughout the plugin: postlockdown_admin_capability - The capability a user must have to bypass locked/protected posts restrictions. Default is manage_options. postlockdown_capabilities - Array of capabilities to restrict. postlockdown_excluded_post_types - Array of post types to exclude from search. postlockdown_get_posts - Array of args to pass to get_posts(). postlockdown_locked_posts - Array of locked post IDs. Allows you to programmatically add or remove post IDs. Both the key AND value must be set to the post ID. postlockdown_protected_posts - Array of protected post IDs. Allows you to programmatically add or remove post IDs. Both the key AND value must be set to the post ID. postlockdown_column_hidden_default - Boolean which dictates whether the status column should appear by default on post lists. Defaults to false. postlockdown_column_html - String of HTML showing the locked or protected status of a post in the status column on post lists. postlockdown_column_label - String containing the heading/label for the status column on post lists.