While developing WordPress plugins and themes, I usually need to see values of variables. While PHP already offers print_r and var_dump functions, it’s not convenient to use them to output variables in a beautiful way. So I made some debugging helper functions to do that. Simple debugging…
Debugging functions
Full Disclosure: This webpage may contain affiliate links, in which the website owner would receive a commission for purchases made. This does not affect your purchase cost.