Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active June 4, 2019 12:53
Show Gist options
  • Save ScarletPonytail/34584bb5762e5995d1302322dd21e265 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/34584bb5762e5995d1302322dd21e265 to your computer and use it in GitHub Desktop.
PHP - Echo to console
// Echo a specific thing
<?php echo '<script>console.log("Your stuff here")</script>'; ?>
// Echo a dynamic element
<?php echo '<script>console.log( ' . get_page_template() . ' )</script>'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment