Defining Brevo (Sendinblue) Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Open External Link in New Tab in WordPress
PHP Snippet
floating bar css
html div#om-{{id}}.CampaignType--floating { position: absolute !important; top: 0 !important; display: block !important; background: #0B8BBB !important; }
om-monsterlink-mobile-variant.html
Subscribe Now!
Add Theme colors to Head
Gets the theme colors for X/Pro theme and adds them to the head location to use…
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…
Slide Reposition Top Left
html div#om-{{id}} { top: 0px !important; bottom: unset !important; right: auto !important; margin-left: 20px !important; transition:…
wp-config
define( 'OPTINMONSTER_API_USER', 'your_username_here' ); define( 'OPTINMONSTER_API_KEY', 'your_key_here' );