Created
June 21, 2018 09:11
-
-
Save craigsimps/e5ff1ff8df2fff9ddd9bba02cb5021c5 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
<?php | |
wp_add_inline_script( | |
'handle', | |
'// <![CDATA[ | |
// Custom JS here. | |
// ]]>' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment