Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Last active June 5, 2023 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digisavvy/68247abed7e9ebe0d55446605517dd28 to your computer and use it in GitHub Desktop.
Save digisavvy/68247abed7e9ebe0d55446605517dd28 to your computer and use it in GitHub Desktop.
add_action('wp_head', 'dgs_add_new_relic_agent');
function dgs_add_new_relic_agent() { ?>
// New Relic Agent Javascript Tag Here
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment