Categories
guides

Add Script to WP Site Head

To be added to theme’s functions.php

function my_head_script() {
        ?>
        // SCRIPT CODE HERE
        <?php
}
add_action( 'wp_head', 'my_head_script', 20 );

For things like Google Analytics, etc…

By bo.

I'm @boyEatsSteak in a lot of places. I have been wanting 🍕 for weeks. I like gadgets and technology and keeping notes and tips for my future self since all I can remember is that I forget things.