S
by corischlegel
0 (0 reviews)
Simple WP FirePHP
Extremely simple mechanism for embedding FirePHP into WordPress to use FirePHP during WP Development.
Tested up to WP 2.9.2 (Current: 6.9.4)
v0.2.0
Current Version v0.2.0
Updated 15 years ago
Last Update on 15 Sep, 2010
Refreshed 6 hours ago
Last Refreshed on
Rank
#43,724
—
No change
Active Installs
10+
—
No change
KW Avg Position
16.5
—
No change
Downloads
3.6K
+2 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 20
10+
20+
18,548
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 10 more installs to reach 20+
Rank Changes
Current
#43,724
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 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
- 0.2.0
- Last Updated
- Sep 15, 2010
- Requires WP
- 2.0+
- Tested Up To
- 2.9.2
- PHP Version
- N/A
- Author
- corischlegel
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,702
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#952
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 Simple WP FirePHP
This is part of the behavior of FirePHP itself and is not related to the Simple WP-FirePHP plugin at all - FirePHP requires that the server it's running on be configured for output buffering (see line 4 on the FAQ page ). You can do this at the server level or within your script, either by opening output buffering at the beginning of the output and closing it at the end, or by surrounding the fb() call with buffering statements like so: ob_start(); fb("echo some stuff to the console"); ob_end_flush();