17

How to Add HockeyStack Code to Your WordPress Header

Powered by WPCodeBox

Learn how to easily add HockeyStack tracking code to your WordPress website header. Integrate HockeyStack with these simple steps for WordPress users.


<?php

add_action('wp_head', function() {?>

    <!-- HockeyStack Code -->
    
    <!-- Paste HockeyStack Code Here -->
    
    <!-- End HockeyStack Pixel Code -->
   
<?php
});

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.