PHP
// FluentSnippets
<?php
function wpb_hook_SV() {
?>
<!-- SalesViewer® --><script>!(function (s, a, l, e, sv, i, ew, er) {try {(a =s[a] || s[l] || function () {throw 'no_xhr';}),(sv = i = 'https://salesviewer.org'),(ew = function(x){(s = new Image()), (s.src = 'https://salesviewer.org/tle.gif?sva=IHRE_SALESVIEWER_ID&u='+encodeURIComponent(window.location)+'&e=' + encodeURIComponent(x))}),(l = s.SV_XHR = function (d) {return ((er = new a()),(er.onerror = function () {if (sv != i) return ew('load_err');(sv = 'https://www.salesviewer.com/t'), setTimeout(l.bind(null, d), 0);}),(er.onload = function () {(s.execScript || s.eval).call(er, er.responseText);}),er.open('POST', sv, !0),(er.withCredentials = true),er.send(d),er);}),l('h_json=' + 1 * ('JSON' in s && void 0 !== JSON.parse) + '&h_wc=1&h_event=' + 1 * ('addEventListener' in s) + '&sva=' + e);} catch (x) {ew(x)}})(window, 'XDomainRequest', 'XMLHttpRequest', 'IHRE_SALESVIEWER_ID');</script><noscript><img src='https://salesviewer.org/IHRE_SALESVIEWER_ID.gif' style='visibility:hidden;' /></noscript><!-- End SalesViewer® -->
<?php
}
add_action('wp_head', 'wpb_hook_SV');PHP
<php
function wpb_hook_snitcher() {
?>
<!-- Snitcher analytics code --><script> !function(s,n,i,t,c,h){s.SnitchObject=i;s[i]||(s[i]=function(){ (s[i].q=s[i].q||[]).push(arguments)});s[i].l=+new Date;c=n.createElement(t); h=n.getElementsByTagName(t)[0];c.src='//snid.snitcher.com/IHRE_SNITCHER_ID.js'; h.parentNode.insertBefore(c,h)}(window,document,'snid','script'); snid('verify', 'IHRE_SNITCHER_ID');</script>
<?php
}
add_action('wp_head', 'wpb_hook_snitcher');