Hello,
I need to add the following script above my header, so that the push-notification displays on all pages on my site:
How should I do this? I tried added the following code in the functions.php of my child theme but nothing happens.
add_action( 'wp_head', 'add_head_script', 999 );
function add_head_script(){
?>
<!-- Push SE Ranking on-page SEO Audit -->
<script async data-widget-page-audit-id='145164' src='https://online.seranking.com/skin/js/widget.js'></script>
<?php
}
Thanks,
Antoine