I use it including the file (Match you actual file location):
require '../../FirePHPCore/fb.php';
and then call by using
fb( $variable, 'Message Title');
Be sure that you’ve installed and activated the FirePHP addon on Firefox.
There’s also a WordPress plugin for FirePHP, but I’ve never used it.
Related Posts:
- How to fix the admin menu margin-top bug in WordPress 5.5?
- error_log() output for print_r() appearing on page
- Does the debug.log do log rotation?
- Debugging an error: wp_enqueue_style was called incorrectly
- Where exactly do I write define( ‘WP_DEBUG’, true ) in wp-config file
- Utilize WP-CLI from inside WordPress, not SSH
- error_log is not working as expected in functions.php file
- Debugging PHP object during Ajax call in WordPress
- “Notice: Undefined variable: content” is showing [closed]
- mysqli_real_connect() – authentication method unknown to the client Warnings
- How to debug php code in hostgator cPanel
- how to trace notice warning on core function is_page() & is_singular in class-wp-query.php
- Preferred Method of debugging a wordpress SQL calls?
- Huge debug.log because of “undefined offset in media.php”
- Same log message keeps on printing to debug.log file thousand of times
- How to find error in my code when the error message is pointing to WP core file?
- Mute Debug Messages from Plugins
- XAMPP-VM Mac OS Mojave wordpress debugging using XDebug
- How to debug my custom login form looping intermittently
- “Undefined index” error when saving empty array with checkboxes
- Site throws 500 error after upgrading from PHP 5.6 to 7.X
- How to display SQL query that ran in WC_Order_Query?
- How can I find the cause of a 500 server error?
- Hooks for post saving make a post-new.php to load latest post’s data
- add button to specific post
- Publish button now showing content after saving
- var_dump() and print_r() display null in php
- File is executed twice if plugin is activating
- Fatal error: wp-settings.php on line 199
- How to display only specific Error types in debug.log? No notices, warnings, etc
- How to identify which php file a plugin is using on page load?
- Notice : Array to string conversion on array_intersect user meta
- Notice: Undefined index: post_title error
- (Xdebug Profiler) Why are there two cachegrind files generated for one page?
- Stripe button is not working in a template page
- I’m writing my first plugin and my echo output is showing up on every page of my wordpress installation
- How to find the function which is outputting Array
- Accessing Variables Used In a Plugin Using PHPStorm + XDebug
- WordPress won’t display errors at all
- Warning: Cannot modify header information (with a twist)
- How to quickly/easily make an analysis (reverse engineering) of WordPress?
- which php or css file has generated an inline style in WordPress that overwrites my css
- WordPress White Screen Error
- Internal server error when enabling Multisite in WordPress
- PHP Catchable fatal error: Object of class WP_Error could not be converted to string
- What exactly does “Posts page” do in WordPress?
- How do I make my function add variables/values to the $post object?
- Change comments form title on a page by page basis
- Get the title before comma
- “Can’t use function return value in write context” error
- Display 4 chronological posts starting with a random post
- JavaScript, best way to use data from the loop
- Put a link to a category round a hard coded A HREF
- PHP can I add line numbers to file_get_contents()
- Prevent Indexing of 404 Page
- write custom woocommerce templates and forms
- How can I properly control the numbers and dots that appear in pagination?
- WordPress Search Results for Multiple Post Types
- Using the echo command adds unwanted br tags to source
- Commenting out unwated CSS/scripts in HTML with PHP
- Add filter multiple times using only one master function
- Creating sub-categories via php
- Add post with approval by the admin
- Send a mail to specific address in a custom field when a new comment is made on a specific post
- WordPress PHP command and ELSE IF problem
- WordPress produces identical hash all the time
- How to unserialize data from MySQL
- Split site title and apply different classes
- Pass get data from anchor URL [closed]
- Shortcode for a Series of Elevating Image Files, Excluding a Range?
- Shortcode won’t execute
- Dynamic CSS through PHP issue
- posts_nav_link pulling in multiple post types
- How do I custom code the start page?
- Is it possible to isolate and use WordPress functions outside of wordpress
- Remove password protection from all posts
- Testing a Form’s Zipcode Field with Regular Expressions to Determine WordPress Page Behaviour
- Custom html/php/jquery map code in WordPress/elementor?
- Woocommerce display orders with products from specific categories to specific admins
- How to exclude meta no index pages from wp_list_pages
- Search bar for wp menu
- require get_template_directory() . ‘path/to-my/file.php’ BREAKS customize > themes functionality
- Remove all feeds and return custom 404 page
- How do I change the “login” label in My Account page to “Registered Customer”
- wp_get_nav_menu_items() with ACF
- How to add custom attribute to all outofstock and all instock products automatically?
- Site infected by link
- sessionStorage saves input value in browser but it is not loaded in the form field
- Multiple Arrays for Custom Post Query using Boostrap accordions and ACF repeater fields
- Deny php execution in /wp-includes – using .htaccess in /wp-includes VS root folder
- Unable to get Post Category Name and URL
- RegExp to EXCLUDE strip HTML (FOR SOMME) comments
- Accessing external database: ERR_INCOMPLETE_CHUNKED_ENCODING
- Trying send mail from Theme page
- How can I put a custom field as the link of a button shortcode?
- jQuery vs. $ – Creating jQuery scripts in JavaScript in WordPress using External Libraries
- Problem using explode inside add_shortcode() callback funciton [closed]
- What languages were used to build WordPress? [closed]
- How to strip/remove all blank spaces at the beginning/end of a search string
- Custom plugin doesn’t show in admin menu – when code added, displays an empty page