Dump defined variables for a quick look at what’s available in the current context
Templating in WordPress is pretty easy, right? There are loads of template functions and most things are pretty well document but every now and then it’s just nice to see exactly what variables you have at your fingertips. All it takes a simple one-liner to do exactly that: The above will dump an array of […]