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
om-disable-preload.js
document.addEventListener('om.Campaign.init.preload', function(event) { event.detail.Campaign.settings.preload = false; });
archive-listings.php
Property Listings
monsterlink close-conversion added
Yes, I want my discount!
GravityView_DIR_AC_SYNC_GravityView Sync System
* Description: Syncs GravityView configurations to custom post type * Location: Run Everywhere * Priority: 20…
Enable Payment on Account
* - Adds a "Payment Methods" tab under WooCommerce > Settings. * - Shows a matrix…
Εμφάνιση πεδίων User Registration στη λίστα χρηστών του WordPress
/** * Save registration fields in custom user meta keys * and show them in the…