How often do you write print_r( $something ) to see what’s in the variable? This works great, except it appears inline right where your code is executing. My ea_pp() function works the same way, but outputs it in a console-like box attached to the right side of the screen. This pretty printing function was originally built by […]