Skip to content

Instantly share code, notes, and snippets.

@gmmedia
Created January 16, 2023 11:09
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 gmmedia/422d82cacee0733bb12aeae38700c981 to your computer and use it in GitHub Desktop.
Save gmmedia/422d82cacee0733bb12aeae38700c981 to your computer and use it in GitHub Desktop.
WordPress: Add Script to Header in first position/priority
add_action( 'wp_head', function () { ?>
<script></script>
<?php }, -1000 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment