How would you recommend to add a bit of code like this to the headed in PHP
/* 702330-1541992605-ai */
At the moment I just have analytics
function third_party_tracking_code_header() { ?>
<?php } add_action( 'wp_head', 'third_party_tracking_code_header' );