Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 17, 2021 00:21
Show Gist options
  • Select an option

  • Save frankyonnetti/0cd956c8c38720363778e59481eaccc2 to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/0cd956c8c38720363778e59481eaccc2 to your computer and use it in GitHub Desktop.
WordPress - print_r debug #wordpress #debug
<?php
echo '<pre>';
print_r($VAR);
echo '</pre>';
die;
?>
<?php echo '<pre>'; print_r($VAR); echo '</pre>'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment