Round Percent Donated To Whole Number

/** * Display percent donated as rounded whole number. * * @param string $return * @param…

Include Subscriptions in API

Include EDD Subscription payments in the /edd-api/sales endpoint

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

Jamie Kessler
<10

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"; }

Dynamic year for inserting copyright using only html with inline js

Adjust the styling either inline or using css. Either automatically add this to your site-wide footer,…

MemberPress: Create a Fallback Downgrade When a Transaction Fails

By default, the transaction has to expire, be canceled, or be refunded to create the fallback…

1 78 79 80 81 82 218