I gave up on using the plugin and use FirePHP straight as a mu-plugin
:
And firebug.php
file consists of:
<?php
/*
Plugin Name: FirePHP
Version: 0.1
*/
require_once( 'FirePHPCore/FirePHP.class.php' );
ob_start();
$firephp = FirePHP::getInstance( true );
function logit( $var, $title="From FirePHP:" )
{
global $firephp;
$firephp->log( $var, $title );
}
Then I call it from anywhere (theme, plugin, core) using the function:
logit( $var_to_debug, 'The var contains:' );
Related Posts:
- How do you debug plugins?
- How can I see all the actions attached to an “add_action” hook?
- How to eliminate weird 404 errors in wp-admin?
- Is there any debug toolbar that shows whick hooks are called for the current page in WordPress?
- $wpdb->get_results leaking memory
- How to remove/hide action links cluttering under specific plugins’ names
- Integrating WP as a CMS with a Bug Tracker
- How to see list of plugins
- Enable/Disable WP options programmatically
- Can wp_script_is used in pluginA check if a script is being enqueued/registered from pluginB?
- Plugin could not be activated because it triggered a fatal error. (No Error??)
- How to implement Sentry on WordPress? [closed]
- Why do plugins that cause ‘unexpected output’ create AJAX problems?
- how to find and correct plugin query performance issues
- Problem In Advance search Plugin [closed]
- Unable to get WP_DEBUG, WP_DEBUG_DISPLAY, WP_DEBUG_LOG to work
- Problem installing plugin: unexpected T_STRING, expecting T_FUNCTION
- Preview with Custom Post Type Not Working
- Why is adoptStyles-css stylesheet link added to every page?
- Access “wp site health info” data from plugin
- WordPress website working fine on localhost but not displaying front pages on webhost
- Need Help Understanding Debug Log Errors
- What is the correct entry point for capturing coverage data
- Plugin debugging with errors in activation routine
- Plugins effecting layout & login
- What tool are available in the wordpress API for debugging a plugin?
- True or False: Is an Apache error or PHP error the same as a WordPress error?
- In WordPress, after installing “Pie Register” plugin, admin permission is GONE! [closed]
- AI Code For OpenAI
- WordPress Throwing Deprecated Errors on its own Files
- Dropdown menu only appearing when logged in
- Finding plugin that makes this part of page (finding sweetwinsprizes.info virus’s origin)
- ERROR during WordPress Installation “There has been a critical error on this website.”
- Can the benefits of performance optimization plugins outweigh the tax of installing them on performance?
- get_users(); Is an Undefined Function When Used in Cron Job
- Alternate email sending service – eg: AWS SES [closed]
- 5 PHP Fatal error: Uncaught ArgumentCountError (Cannot Find)
- Disabling a plugin lead to styles being shown as plain text
- the_content() printing DOCTYPE, and tags in the middle of page
- How to deal with Slow HTTP POST (slowloris) vulnerability
- How to create author profile showcase in wordpress
- What is the purpose of WP_CONTENT_URL?
- Blog previews on custom page with more buttons
- Order posts by meta key ( Using ACF )
- Control page content visibility based on URL parameter
- Where does MonsterInsights put Google Analytics code?
- WooCommerce Shopping Cart Not Initially Showing Products [closed]
- Elementor Custom Control: How to get input value?
- Elementor page builder plugin not loading up all the way? [closed]
- How to add fields in the WordPress editor?
- How can I fetch data from another website to my wordpress website with mysql database
- Sucuri SiteCheck failing on domain with iThemes Security Pro plugin
- How to translate WP Blog (search, category etc.)?
- WordPress SVN UTF-8 issue
- How can I concatenate variables to search results title? [closed]
- Migrating WordPress – New domain entry, links broken
- Search Results Page filter by page title
- Activate and deactivate plugin automatically
- WooCommerce: after install hook
- Test my WordPress Plugin standard or not
- Theme My Login Shortcode Doesn’t Return Anything
- How retreive saved data from gravity forms in my template?
- is_rtl returns false while it should return true
- issue in wp_localize_script
- Import MS-Access data file to make the searchable page
- License validate function
- Sanitize $_GET variable when comparing
- Include Minit plugin in theme [closed]
- Plugin for an interactive image? [closed]
- Where can I save plugin data?
- echo get_option in header template
- How to display all functions (hooks, filters, or custom php) used on a page inline
- wp_enqueue_style on template_redirect level?
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- Clear out old images, any advice?
- problem with sql query
- Access post title from custom meta box on title change
- How to add a new column with text fields to WooCommerce Cart List?
- How to use filter to disable adding a product to wishlist?
- Running multiple security plugins
- Save user total active time after login in wordpress [closed]
- add_query_arg not work in admin
- Add a “View all” button on WooCommerce product archives pages
- Opening a JQuery modal window on click of a button with a JQuery plugin
- I am trying to make a field show and save from quickedit screen
- Merge tags in multistep Gravity Form?
- Add to array, redirect and display
- How to track analytics with a WordPress site under the same domain as my main site?
- Can I clone plugin folder to another directory so that I don’t have to reinstall them?
- correctness of URL
- Woocommerce: limit user to see only the products he created
- Woocommerce singe product custom gallery output works just on the first slide
- how do I secure my WP website from hackers? [closed]
- How do I set up XAMPP to allow me to download plugins and themes?
- How can I load the css and jquery explicitly for the login screen
- Overriding an Array in a Plugin’s Class/Function from functions.php
- wp_redirect doen’t work
- Canvas | Bouncing balls within a container (with gravity and collisions and background-images on the balls)
- Plugin translation not working on WordPress.org
- PHP if statement with German umlauts [closed]