om.Optin.init.submit
document.addEventListener('om.Optin.init.submit', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
Property Analyzer Demo
// Add Property Analyzer Demo to WordPress function addPropertyAnalyzerDemo() { // Only add on homepage or…
disable webfonts for a spesific campaign
document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; if ({slug} === campaign.id) { campaign.settings.preload = false; }…
Normalize CSS (The New Normal)
https://github.com/sarahschopick/the-new-normal.css.git https://github.com/sarahschopick/normalize-wordpress.git
GA
G-LM0128MWJC
https://fragrance-renaissance-lab.lovable.app/
https://fragrance-renaissance-lab.lovable.app/
FluentCommunity Auto-Delete Diagnostics
This diagnostic snippet monitors and logs how the FluentCommunity auto-delete system behaves, without needing debug.log. It…
Code for Call Tracking
In order to track click to calls.
Allow Subscriptions Product on BOGO and Add Product Search Field
add_filter( 'acfw_product_search_allowed_types' , 'acfw_search_add_support_for_subscription_products' ); function acfw_search_add_support_for_subscription_products( $product_types ) { $product_types[] = 'subscription'; $product_types[] = 'variable-subscription';…
Restrict Dashboard Summary Widget
Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.