Last active
June 5, 2023 21:23
-
-
Save digisavvy/68247abed7e9ebe0d55446605517dd28 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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