Partner Group GTM Body Tag
Add GTM Tag to Site Body in Partner Site Group
WSG GTM Body Tag
Add GTM Tag to Site Body in WSG Site Group
WSG Group GTM Head Tag
Add GTM Tag to Site Header on WSG Site Group
RSA Group GTM Head Tag
Add GTM Tag to Site Header on RSA Site Group
RSA GTM Body Tag
Add GTM Tag to Site Body in RSA Site Group
Add Theme colors to Head
Gets the theme colors for X/Pro theme and adds them to the head location to use…
Hide admin nags
.notice .is-dismissable { display: none; } /* In Wordpress, set this to be inserted into the…
ADD CODE
google20ec315e3dcb494d.html
MemberPress: Bulk Delete All Expired Subscriptions
Running this code snippet will delete all expired and canceled subscriptions in bulk each time the…
om-available.js
document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );
CONNECT TO API GATEWAY
This code is to connect to an API, this is a test
The draft of receipt
from reportlab.lib.pagesizes import A4 from datetime import datetime from reportlab.platypus import Table, TableStyle, Paragraph, SimpleDocTemplate, Image,…
Customize Gift Card Code
/* Customize the generated Gift Card Code */ function agcfw_change_prefix() { return array( 'characters' => 'ABCDEFGHJKMNPQRSTUVWXYZ23456789',…
Integración de eventos del datalayer en Clarity
Enviar de manera automatica todos los eventos del datalayer a Microsoft Clarity
Add post meta if content has WP Tasty
This snippet will check if your migrated content has WP Tasty in it and if it…