Skip to content

Instantly share code, notes, and snippets.

@josemariagarcia95
Created May 14, 2018 22:38
Show Gist options
  • Save josemariagarcia95/38e00201153acd2d5ed1e7976f17c6cd to your computer and use it in GitHub Desktop.
Save josemariagarcia95/38e00201153acd2d5ed1e7976f17c6cd to your computer and use it in GitHub Desktop.
Debugging function to check data
function console_log( $data ){
echo '<script>';
echo 'console.log('. json_encode( $data ) .')';
echo '</script>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment