Emails via two different Postmark streams based on the email subject
WP Mail SMTP plugin does not directly support selecting a specific Postmark message stream based on…
Customize Ambassador Campaign Fields For Campaign Creators
*BETA* code snippet that should show you can hide short description field and update labels in…
Style Just OptinMonster Campaign Placeholders
html div#om-{{id}} ::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ html div#om-{{id}} ::-moz-placeholder { color:…
Add Theme colors to Head
Gets the theme colors for X/Pro theme and adds them to the head location to use…
Remove "mail.readwrite" Scope for the Outlook Mailer
This snippet removes the `mail.readwrite` scope from the WP Mail SMTP plugin Outlook provider.
Play/Pause button CSS
/* play/pause for homepage background video */ .video-controls { position: absolute; bottom: 20px; right: 20px; z-index:…
Give export capability to administrator
This snippet adds the export capability to the administrator user role.
manizzz
📱✨ Cari Uang Cuma Modal HP? Bisa Banget! Siapa sangka, HP yang kamu pakai tiap hari…
om.Campaign.close
document.addEventListener('om.Campaign.close', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
om.Action.close
document.addEventListener('om.Action.close', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…