Round Percent Donated To Whole Number

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

MemberPress: Limit Phone Number Digits

This code snippet limits the number of digits users can enter into a custom phone number…

Send Donation Receipt For Pending Offline Donations

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

MemberPress: Hide the Cancel Link in the Account Page for a Period of Time

The code will hide the subscription cancellation link on the Account page for a set period…

Change Custom Amount Field Label Per Campaign

Filter the custom amount field description on a per campaign basis.

MemberPress: Hide the Cancel Subscription Option for the Set Number of Months

The code snippet will hide the Cancel option for a user’s subscriptions under the Subscriptions tab…

Remove Campaign Stats Loop

Remove the progress bar and funds raised from the campaigns grid/loop.

WP Mail SMTP: specify an exact AuthType to connect to a Server.

Some SMTP servers require a very specific AuthType to connect to them in order to send…

MemberPress: Add Description for Order Bumps Memberships

The code snippet is designed to manually add a custom paragraph as a description for each…

MemberPress: Disable MemberPress Protection On Posts with Specific Tags

This code snippet disables content protection for posts that are tagged with a specific term (e.g.,…

MemberPress: Exclude Specific Custom Fields from MemberPress Registration Forms

This code snippet allows you to hide specific custom fields on MemberPress registration forms when a…

MemberPress: GDPR Cookie Compliance - Load GDPR Compliance Stylesheet In Memberpress ReadyLaunch Template

This code snippet loads a specific GDPR Cookie Compliance stylesheet in the MemberPress ReadyLaunch templates. This…

Set Default Donation Amount

Set the default donation amount for all campaigns.

1 15 16 17 18 19 29