Change Donation Cancellation Url

Change the URL that donors are returned to when they cancel their donation.

Change Amount Donated

Change what amount is shown as donated for a particular campaign.

MemberPress: Exclude Protected Posts from Search Results

Removes any posts from the search results that the current user (or guest) does not have…

Download Details Featured Image

Add the featured image to output of Download Details widget

MemberPress: Change Stripe Payment Description

Change the Stripe payment descriptor for non-recurring payments.

Impact.com

Impact.com verification snippet

Make Product Non Purchasable for Wholesale Customer if Product Stock is Less Than Certain Amount

This snippet will allow you to make a product unavailable for purchase by wholesale customers if…

WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

MemberPress: Enabling Payment Receipt Email for Free Recurring Subscriptions

By default, MemberPress doesn’t send the payment receipt email for free recurring membership registrations. This code…

تغيير عمله

/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…

1 70 71 72 73 74 225