Admin Debug Tools
by tjdsneto 0 (0 reviews)

Admin Debug Tools

Admin Debug Tools makes it easy to manage your site's logs and debug settings directly from the dashboard, without needing to edit backend files.

Admin Debug Tools ranks #46,447 among WordPress.org plugins with 10+ active installations, is #2,259 of 4,998 in the Utilities & Tools category, and was last updated Jan 16, 2025. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.7.9 (Current: 7.1.2)
v1.0.0 Current Version v1.0.0
Updated 1 year ago Last Update on 16 Jan, 2025
Refreshed 6 hours ago Last Refreshed on
#2,259 of 4,998 in Utilities & Tools Top 50% by installs No update in over a year
View on WordPress.org
Rank
#46,447
No change
Active Installs
10+
No change
KW Avg Position
N/A
No change
Downloads
1.1K
+2 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 20

Total Progress 0%
10+ 20+
33,185
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
Upgrade to Pro
Need 10 more installs to reach 20+

Rank Changes

33,091 37,019 40,947 44,874 48,802 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026
33,091 37,019 40,947 44,874 48,802 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026
Current #46,447
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026
0 10 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Admin Debug Tools

It is generally not recommended to keep debug mode enabled on a live site, as it can expose sensitive information about your site and server, posing a security risk. The main reason is that the default WP_DEBUG_LOG constant saves the log file in the wp-content directory, which is publicly accessible. This can expose sensitive information about your site and server, such as file paths, database credentials, and other details that could be used by malicious actors. To secure the debug log file, you can: Change the location of the log file to a non-public directory (you can do this on Admin Debug Tools's Config screen); Restrict access to the log file using server configuration (e.g., .htaccess, nginx.conf) - You will need assistance from your hosting to do this.;
Debug log files can grow very large over time, especially on high-traffic sites or sites with many errors and warnings. Admin Debug Tools was built from the beggining having that in mind and, by default, will not load the entire log file at once, but only the last 1000 lines. The code is also optimized to avoid memory issues when loading large log files, but if you're experiencing performance issues, you can:
Clear the log file to start fresh;
Admin Debug Tools needs write access to your wp-config.php file to enable and disable debug mode. If you're seeing the error "The wp-config.php is not writable", you need to give write permissions to the file yourself or ask your hosting provider to do it for you. You can change the permissions of the wp-config.php file using an FTP client, a file manager in your hosting control panel, or via SSH. The file should have the permissions set to 644 or 640. Using SSH: Connect to your server via SSH: Open your terminal (Mac/Linux) or Command Prompt (Windows). Use the ssh command to connect to your server. Replace username and hostname with your actual SSH username and server hostname. ssh username@hostname Navigate to your WordPress directory: Use the cd command to change to the directory where your WordPress installation is located. cd /path/to/your/wordpress/directory Check the existing permissions of wp-config.php: Use the ls -l command to list the file permissions. ls -l wp-config.php The output will show the current permissions. For example: -rw-r--r-- 1 username group 1234 Jan 01 12:34 wp-config.php Update the permissions of wp-config.php: Use the chmod command to change the file permissions to 644 or 640. chmod 644 wp-config.php Or, to set the permissions to 640: chmod 640 wp-config.php Verify the updated permissions: Use the ls -l command again to confirm the changes. ls -l wp-config.php The output should now reflect the updated permissions. For example: -rw-r--r-- 1 username group 1234 Jan 01 12:34 wp-config.php
By default, only users with the manage_options capability can access the Debug Log screen. This includes Administrators and Super Admins on multisite networks. But you can change this by using the wp_debug_assistant_capability filter. Here's an example of how you can change the capability to edit_posts:

Sign In / Register

You need to sign in or register to use this feature.