Location: site_wide_header
Google Tracking
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘UA-120263079-1’);Continue reading
BB-YES
https://skydome.com.au/slot-gacor/ https://wilmingtonbaptistchurch.com/link-slot-gacor/ https://embeff.com/slot-gacor-terpercaya/ https://golden-horn.de/wp-includes/slot-gacor/ https://www.almaluxjesolo.it/slot/ https://geographicforall.com/slot-gacor/ https://www.entrepueblos.org/slot-online-gacor/ https://destinyconnectfresh.org/slot-gacor-maxwin/ https://www.timothyegan.com/ https://semanamedioambiental.com/wp-includes/slot-gacor/ https://auditsocial.world/wp-includes/slot-gacor/ Slot Gacor Terbaru Slot Online Slot Judi Slot Gacor Slot Gacor RTP Slot Situs Slot Gacor Slot Tergacor Link Slot Gacor Situs Slot Gacor Terbaru Slot Gacor Gampang Jackpot…Continue reading
Formidable Pro – Merge Snippet
/* * WebMerge AGreements */ add_action(‘frm_after_create_entry’, ‘formidable_send_to_webmerge’, 0, 2); add_action(‘frm_after_update_entry’, ‘formidable_send_to_webmerge’, 0, 2); function formidable_send_to_webmerge($entry_id, $form_id){ if($form_id == 23){ $webmerge_url = ‘https://www.webmerge.me/route/28114/ymffng’; }elseif($form_id == 43){ $webmerge_url = ‘https://www.webmerge.me/route/28347/lmtb8i’; } else{ return; } $frm_field = new FrmField(); $fields = array(‘fields’ =>…Continue reading
Untitled Snippet
Runs After A Successful OptinMonster Conversion (om.Optin.success)
document.addEventListener(‘om.Optin.success’, function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is passed the Optin object console.log(event.detail.Optin); // This event is passed the success response console.log(event.detail.response); } );Continue reading
Weather API
GET AFID
if(isset($_SESSION[‘afid’])){ //debug code //echo “session set”; //var_dump($_SESSION[‘afid’]); } else{ $afid=get_query_var(‘afid’); unset($_SESSION[‘afid’]); if($afid==””){$afid=”CAE-DIRECT-FORM”;} $_SESSION[‘afid’] =filter_var($afid, FILTER_SANITIZE_STRIPPED); //var_dump($_SESSION[‘afid’]); //var_dump(get_query_var(‘afid’)); } if(!isset($_SESSION[‘token’])){ // GENERATE THE TOKEN, ADD AN EXPIRY TIMESTAMP $length = 32; $_SESSION[‘token’] = substr( base_convert( sha1( uniqid( mt_rand() ) ), 16,…Continue reading
Passive Listener
addEventListener(document, “touchstart”, function(e) { console.log(e.defaultPrevented); // will be false e.preventDefault(); // does nothing since the listener is passive console.log(e.defaultPrevented); // still false }, Modernizr.passiveeventlisteners ? {passive: true} : false);Continue reading
Change Star color of JetReviews plugin
/* Change Star Icon Color for JetReviews Plugin */ .jet-reviews-stars-field .jet-reviews-stars–filled i { color: #00CE7C !important; } /* Fix Double Search bar and x */ input[type=”search”]::-webkit-search-decoration, input[type=”search”]::-webkit-search-cancel-button, input[type=”search”]::-webkit-search-results-button, input[type=”search”]::-webkit-search-results-decoration { -webkit-appearance:none; }Continue reading