code at the end of the body tag
Hello, I need to include the following code at the end of the body tag of…
Defining Mailgun Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
file:///Users/severenhenderson/Downloads/pinterest-b4939.html
om-vue.js
// Using Vue Router. import Vue from 'vue'; import Router from 'vue-router'; Vue.use(Router); const router =…
gistfile1.txt
document.addEventListener('om.Campaign.afterShow', function(event) { if (event.detail.Campaign.id == 'zjd3hxxogbfvmy2iz0rp') // your slug { var campaignID = 'om-'+ event.detail.Campaign.id;…
dynamic-monsterlinks-by-id.js
// Target by ID window.onload = function(){ document.getElementById("someID").href="MONSTERLINK_URL"; }
Woo Products Limit For Admin
Prevent Admin from Adding More Than 10 Products
هوش مصنوعی
میخوام یه هوش مصنوعی بسازم که بره برام میم کویین بساع
Display Roster Entry
/** Display Roster Entry **/ // FOR DEBUGGING ONLY //$data = serialize(array("Red", "Green", "Blue")); //echo $data…
Reset Duplicator Pro capabilities
This snippet resets the Duplicator Pro capabilities. Insert it into the wp-config.php file, refresh the wp-admin…
om.Campaign.canLoad
document.addEventListener('om.Campaign.canLoad', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
om.Campaign.close example
document.addEventListener('om.Campaign.close', function(event) { const url = "http://optinmonster.com"; window.location.href = url; } );