by Gemini Labs
5 (9 reviews)
Black Bar
Black Bar is an unobtrusive Debug Bar for WordPress developers that attaches itself to the bottom of the browser window.
Compatible with WP 6.9.4
v4.1.4
Current Version v4.1.4
Updated 4 months ago
Last Update on 02 Dec, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#8,506
—
No change
Active Installs
600+
—
No change
KW Avg Position
41.5
—
No change
Downloads
38.9K
+9 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(9 reviews)
Next Milestone 700
600+
700+
131
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 26 more installs to reach 700+
Rank Changes
Current
#8,506
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
5.0
9 reviews
Overall
100%
5
9
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2Unlock 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.1.4
- Last Updated
- Dec 02, 2025
- Requires WP
- 6.1+
- Tested Up To
- 6.9.4
- PHP Version
- 7.4 or higher
- Author
- Gemini Labs
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- 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,715
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
InfiniteWP Client
200K+ installs
#253
Optimole – Optimize Images in Real Time
200K+ installs
#254
Firelight Lightbox
200K+ installs
#257
Frequently Asked Questions
Common questions about Black Bar
You can also add an optional log level like this:
The available log levels are: debug, info, notice, warning, error, critical, alert, and emergency.
How do I use the Profiler?
To use the profiler, insert the following lines of PHP before and after the code you are profiling:
Before:
How do I use the Profiler?
To use the profiler, insert the following lines of PHP before and after the code you are profiling:
Before:
After:
How do I enable the plugin for non-administrators?
By default, Black Bar is only visible to administrator users. To enable it for all logged-in users, use this code snippet:
add_filter('blackbar/enabled', 'is_user_logged_in');
How do I change the number of slowest hooks displayed?
By default, Black Bar displays the 50 slowest action/filter hooks. To display all hooks, use this code snippet:
add_filter('blackbar/hooks/all', '__return_true');
By default, Black Bar is only visible to administrator users. To enable it for all logged-in users, use this code snippet:
add_filter('blackbar/enabled', 'is_user_logged_in');
How do I change the number of slowest hooks displayed?
By default, Black Bar displays the 50 slowest action/filter hooks. To display all hooks, use this code snippet:
add_filter('blackbar/hooks/all', '__return_true');