Posted on December 3, 2013
if ( isset( $_GET['debug'] ) ) { wp_die( '<xmp style="padding: 50px; background: #eee; color: #000;">$my_var: '. print_r( $my_var, true ) .'</xmp>' ); }
Posted on December 3, 2013
if ( isset( $_GET['debug'] ) ) { wp_die( '<xmp style="padding: 50px; background: #eee; color: #000;">$my_var: '. print_r( $my_var, true ) .'</xmp>' ); }
Recent Comments