Changing Text For Suggestion Donation Descriptions

You can place this code in your theme functions.php or use WPCode.

MemberPress: Send Tax (e.g. VAT) to Stripe

This code snippet will send the user’s VAT/TAX number to Stripe when that user registers for…

Set State Field To Us States Dropdown With Default

Change the "State" field into a "Province" field.

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

Failed login: Don't show if username is correct

If a user's login fails, don't tell them whether the username or password was incorrect

Allow ico Files Upload

Add support for ico files to be uploaded in WordPress media.

WP Simple Pay: Add Customer Shipping Address to Payment Metadata

Maps the customer's shipping address to the one-time payment record's metadata.

MemberPress: Add Email Recipients to Specific Emails

This code snippet adds additional email recipients to the MemberPress email recipient list if the email…

Send Donation Receipt For Pending Offline Donations

Right after a donation is made, this sends the donation receipt to the donor if the…

Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

1 73 74 75 76 77 225