johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.59k stars 208 forks source link

Improve check for Debug Bar existence #810

Closed felipeelia closed 11 months ago

felipeelia commented 1 year ago

Closes #809

Instead of simply checking if the class exists, this PR changes the code to actually check if the global variable was set and is an instance of the Debug_Bar class.

johnbillion commented 1 year ago

Thanks, I'll take a look at this at the weekend. Not sure why the acceptance tests have broken.