Hkugiggghbb
Gghchhhjgcvkj
Facebook pixel
My Facebook pixel. No additional tracking
Change site url
add_action('init', 'update_site_url_once'); function update_site_url_once() { if (get_option('home') !== 'https://amazingmarvin.com/blog/') { update_option('siteurl', 'https://amazingmarvin.com/blog/'); update_option('home', 'https://amazingmarvin.com/blog/'); } }
Database connection test snippet
A snippet to test the connection to the database.
om.DisplayRules.afterRun
document.addEventListener('om.DisplayRules.afterRun', function(event) { var DisplayRules = event.detail.DisplayRules; var Campaign = event.detail.Campaign; if ( 'YOUR-CAMPAIGN-ID' === Campaign.id…
om.Action.refresh
document.addEventListener('om.Action.refresh', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
verify
Employee ID Verification Employee ID Verification Employee ID Verify
form autofocus
document.addEventListener('om.Form.autofocus', function(event) { let omForm = event.detail.Form; omForm.autofocus = false; }
extra site map
extra site map
master home page final
Shop Doggyography Blog Contact More than a collar. A nightly transformation. An expression of identity. A…
WPCODE_DIR_AB_ACF - Fields for WPCode Snippets Sync
/** * WPCode Snippet: ACF Fields for WPCode Snippets Sync * Description: Registers ACF fields to…