R
by Steve Puddick
0 (0 reviews)
Restricted User Activity
Provides stricter controls for admin user creation and activity
Compatible with WP 6.9.4
v1.0.0
Current Version v1.0.0
Updated 1 month ago
Last Update on 02 Mar, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#48,914
—
No change
Active Installs
0+
-100%
KW Avg Position
N/A
—
No change
Downloads
126
+1 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 10
0+
10+
3,663
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 3 more installs to reach 10+
Rank Changes
Current
#48,914
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
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
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
- 1.0.0
- Last Updated
- Mar 02, 2026
- Requires WP
- 4.4+
- Tested Up To
- 6.9.4
- PHP Version
- 7.0 or higher
- Author
- Steve Puddick
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- 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,714
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#955
iubenda | All-in-one Compliance for GDPR / CCPA Cookie Consent + more
200K+ installs
#259
PO
Page Optimize
200K+ installs
#262
MalCare WordPress Security Plugin – Malware Scanner, Cleaner, Security Firewall
200K+ installs
#265
Frequently Asked Questions
Common questions about Restricted User Activity
There are a few ways of resolving this scenario: Disable plugin: From the web server file system, if you rename the plugin to something like 'restricted-user-activity_off' WordPress won't recognize the plugin as being installed and won't run the plugin. Remove variable: If you remove or comment out the 'RESTRICTED_USER_ACTIVITY_ADMIN_ALLOW_LIST' constant from wp-config.php you will be able to log in. Add your user id: If you know your user id, you can add it to the 'RESTRICTED_USER_ACTIVITY_ADMIN_ALLOW_LIST' constant in wp-config.php Ask another admin: You can ask another verified admin to disable the plugin
This plugin does require manual management of user id list in wp-config.php. It also requires some basic technical knowledge on how to modify the wp-config.php file. However, most websites only have a few admins and new admins are created infrequently. The extra management involved to provide additional security here will be minimally inconvenient in almost all cases.
No, this just provides an extra step for verification. User ids of non existent users, or non admins will have no effect on the functionality.
It is intended that users of this plugin has an appropriate level of technical knowledge, or works with someone (a web agency, freelancer, or internal IT department) that has this. An admin page which would allow non technical users to manage the list could create situations where they lock themselves or other admins out of the website. In order for the plugin to function it requires the technical ability and knowledge to modify the wp-config.php file in the first place (just an additional single line is needed).
On the user list (/wp-admin/users.php) in the admin, you will see a new column in the user table indicating each user's id.
The admin notice will appear until it detects the 'RESTRICTED_USER_ACTIVITY_ADMIN_ALLOW_LIST' constant has been defined in the wp-config.php file with proper values. If you are not interested or unable to set up Restricted User Activity, you can deactivate the plugin and the admin notices will disappear
Refer to documentation or support from your website hosting company to learn how this works.
define( 'RESTRICTED_USER_ACTIVITY_ADMIN_ALLOW_LIST', array( 5, 1, 13 ) );. You will replace the array of admin user ids with the ids appropriate for your website.