Untitled Snippet
HTML5
Update the author name on published recipes
This code snippet will update the author name for all existing recipes. Just replace New Name…
Extra WordPress Filters in Pro (Change the symbol for a currency. Evenbrite currencies are ISO e.g. USD) | Display Eventbrite Events
Using this filter, you can change the symbol for a currency. Evenbrite currencies are ISO e.g.…
Remove Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
Subscriber
Subscriber
Untitled Snippet
spiritual channeling shirt by shani_bahar_azulay
Lowercase Filenames for Uploads
Make all the filenames of new uploads to lowercase after you enable this snippet.
Defining Google Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
MemberPress: Pass a Member Phone Number to Stripe
This code will pass the phone number a member added to the membership registration form when…
Houfy
Price
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"; }