But what is it good for?

Posts tagged with: debug

Debugging Wordpress

In my neverending quest to make sure my sites run smoothly, I was investigating ways I could debug Wordpress. I know about the usual PHP debugging steps, but that only really helps when PHP isn't actually encountering any problems and it's certainly not very good at working out things behind the scenes, like the MySQL queries Wordpress makes short of adding a lot of PHP code.  Continue reading ►
Top