Skip to content

Instantly share code, notes, and snippets.

@jbd91
Created August 1, 2019 15:34
Show Gist options
  • Save jbd91/34cb11d2a6c0659b263c3b0bde048285 to your computer and use it in GitHub Desktop.
Save jbd91/34cb11d2a6c0659b263c3b0bde048285 to your computer and use it in GitHub Desktop.
Formatted print_r
<?php
// debug
echo '<h3>Array of $terms (debug)</h3>';
print '<pre>';
print_r($terms);
print '</pre>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment