PHP Console Log
by Marcus Viar 5 (1 reviews)

PHP Console Log

Log PHP variables and arrays to the web console in your browser via JavaScript's console.log(). No browser extensions required.

PHP Console Log ranks #28,416 among WordPress.org plugins with 10+ active installations, is #2,254 of 4,994 in the Utilities & Tools category, a 5/5 rating from 1 reviews, and was last updated Feb 7, 2020. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 5.3.25 (Current: 7.1.2)
v1.0.1 Current Version v1.0.1
Updated 6 years ago Last Update on 07 Feb, 2020
Refreshed 8 hours ago Last Refreshed on
#2,254 of 4,994 in Utilities & Tools Top 50% by installs No update in over a year
View on WordPress.org
Rank
#28,416
No change
Active Installs
10+
-63%
KW Avg Position
136
7 worse
Downloads
2.8K
+1 today
Support Resolved
0%
No change
Rating
100%
Review 5 out of 5
5 (1 reviews)

Next Milestone 20

Total Progress 50%
10+ 20+
15,154
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 5 more installs to reach 20+

Rank Changes

28,187 28,289 28,390 28,491 28,593 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
28,187 28,289 28,390 28,491 28,593 08-09-2026 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
Current #28,416
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 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 20 08-09-2026 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
Downloads
Growth
Peak

Upgrade to Pro

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

Upgrade Now

Reviews & Ratings

5.0
1 reviews
Overall 100%
5
1 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about PHP Console Log

If PHP Console Log is working and you have not called do_action( 'php_console_log', 'My String or Array' ); you will see a message similar to this in your browsers web console: ----------- PHP Console Log ----------- Place the do_action( 'php_console_log', 'My String or Array' ); function anywhere in your WordPress plugin PHP code. The value(s) you pass into do_action( 'php_console_log', 'My String or Array' ); will be logged to the web console in your browser. See "Help" link found on plugins page in your WordPress Admin for more information. ----------- PHP Console Log -----------
The most common reasons that cause PHP Console Log to fail when logging your information to the web console are: Cause: The PHP Console log plugin is not activated. Solution: Activate the PHP Console Log Plugin. Cause: Another plugin has changed the order in which your plugins load. Making the PHP Console Log functions not available yet. Solution: PHP Console Log updates the order in which plugins are loaded any time a plugin is activated or deactivated. However, it is still possible for other plugins to change the order in which plugins load afterwards. Deactivate any plugins that change the order in which your plugins load. Cause:
Solution: Make sure the function you called do_action( 'php_console_log', 'My String or Array' ); in is run via an action or filter hook such as: add_action( 'init', 'my_function' ); Or call do_action( 'php_console_log', 'My String or Array' ); outside of any other functions in a file that you know is run. Cause: PHP throws errors. Side Note: Make sure you are using define( 'WP_DEBUG', true ); in your wp-config.php file so you can see PHP errors. Solution: Fix the error that PHP is showing you. Then try again.
Press Command+Option+J (Mac) or Control+Shift+J (Windows, Linux, Chrome OS) to jump straight into the Console panel. source: (https://developers.google.com/web/tools/chrome-devtools/open#console)
Select Web Console from the Web Developer submenu in the Firefox Menu (or Tools menu if you display the menu bar or are on Mac OS X). OR Press the Ctrl + Shift + K (Command + Option + K on OS X) keyboard shortcut. source: (https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Opening_the_Web_Console)
Select Develop menu in the menu bar, choose Show JavaScript Console If you don’t see the Develop menu in the menu bar, choose Safari > Preferences, click Advanced, then select "Show Develop menu in menu bar". source: (https://support.apple.com/guide/safari-developer/develop-menu-dev39df999c1/mac)

Sign In / Register

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