Allow Templatera Templates to be used for Dynamic Templates
In Total 5.9 with the introduction of the built in Dynamic Template post type we removed…
Event Snippet (Schedule Fitting)
Event snipping is used to track Google ads booking conversions
Google AdSense Ad blocking recovery (Head Section)
Google AdSense Ad blocking recovery (Head Section) Snippet
Hide the Email Test Menu Item in Settings
This snippet will hide the 'Email Test' tab from your WP Mail SMTP settings menu.
Play/Pause button CSS
/* play/pause for homepage background video */ .video-controls { position: absolute; bottom: 20px; right: 20px; z-index:…
MemberPress: Export a CSV File for All Corporate Accounts with Subaccounts in MemberPress
This code snippet creates an export tool for MemberPress Corporate Accounts, allowing administrators to generate a…
DJ ANIMATIONS MUSICALES
Animation musicales des soirées privées et publiques
Untitled Snippet
Home Page History Attention Franchise Dynasty Welcome to the Kansas City Chiefs Fan Page! This is…
JSON-LD for 25 foot Beam Press Release
{ "@context": "https://schema.org", "@type": "NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://easilymovedequipment.com/easily-moved-equipment-unveils-25-foot-5-tonne-aluminum-beam-for-high-capacity-gantry-cranes-80-lighter-than-steel/" }, "headline": "Easily Moved Equipment…
om.Html.shortcodes
document.addEventListener('om.Html.shortcodes', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );
om.Campaign.changeView.done
document.addEventListener('om.Campaign.changeView.done', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );