Send Members a confirmation email when admins change their membership level.
Administrators and Membership Managers can update a user’s level on the “Edit User” page in the WordPress dashboard. This tooltip will send the member a confirmation email after their level is changed....
View ArticleHow to stop members from renewing their membership level.
In this week’s tooltip, we show you how you can prevent members from renewing their membership (and why you might need this). About the Code Recipe “Wait a second. Why would I need a code recipe that...
View ArticleAward MyCRED Points for Membership
If you’re using MyCRED or considering a system to award users for interacting with your WordPress powered website, this code recipe is for you. The article includes two recipes: one to award points at...
View ArticleHow to Remove the Redirect from a Protected CPT using the Custom Post Type...
Our Custom Post Type Membership Access Add On protects CPTs for members only and redirects non-members away from the content. This article will show you how to disable that redirect and allow...
View ArticleHow to show a longer post excerpt for non-members and SEO.
Entice your website visitors into opting in for your membership program, and improve your website’s search engine ranking – all in one – with this code recipe. This content is for members only. Visit...
View ArticleUsing the Twenty Twenty Theme for your WordPress Membership Site
Twenty Twenty is the newest theme released with WordPress version 5.3. I tested this new theme with Paid Memberships Pro and believe it is a strong choice for anyone looking to start a membership site...
View ArticleExclude Certain WooCommerce Products from Membership Discount | Paid...
This code recipe will allow you to exclude certain Woocommerce products from Membership Discounts when using Paid Memberships Pro and the PMPro WooCommerce Integration. This content is for members...
View ArticleTranslate Your Membership Level Information with Paid Memberships Pro
Membership level information (including the name, description, and confirmation message) needs special consideration if you want to display your site’s content in multiple languages. The recipe below...
View ArticleHow to Load a Custom Template for Membership Pages or System-Generated Emails
Theme authors and developers often ask how to modify a membership email or plugin-generated page. Most templates can be adjusted using Action and Filter Hooks, custom stylesheet/CSS, and the Email...
View ArticleDisplay a Membership Renewal Date to your Recurring Members.
This code recipe will allow your recurring members to see the renewal date of their membership on your memberships site’s account page. This content is for members only. Visit the site and log...
View ArticleAdd A Grace Period to a PMPro Membership
Sometimes, a little compassion goes a long way. This code recipe will give your members a 15-day grace period for their membership. When your members reach their expiration date, this grace period will...
View ArticleAllow Sponsored Members to pay for their own accounts
Allow group/sponsored members to pay for their own accounts when using the Paid Memberships Pro Sponsored/Group Members Add On. This content is for members only. Visit the site and log in/register to...
View ArticleAllow Users to Filter Results in your Member Directory
This code recipe demonstrates how to allow users to filter results shown by the Member Directory and Profile Pages Add On by adding a widget to the member directory’s sidebar. This feature allows users...
View ArticleRemove Trial Periods for Existing Members.
If you offer a membership that has a trial period, you may want to remove it for your existing members. This code recipe will remove trial periods for all existing members and reserve them exclusively...
View ArticleAssign a “Parent” Account to an Existing User or Member: Sponsored Members...
Our Sponsored/Group Membership Add On allows you to link accounts in a traditional “parent > child” relationship. This recipe will demonstrate how to retroactively set up that linked relationship...
View ArticleInteracting with Paid Memberships Pro Through APIs
Paid Memberships Pro currently offers support for two APIs available in WordPress: the REST API and the XML-RPC method. This article will provide a high level overview of endpoints available in each...
View ArticleAutomatically Approve Previously Approved Members
Have you set up an Approval Process for your Membership site? Did you know that it is possible to automatically approve, previously approved members? This can be especially useful to reduce...
View ArticleAllow expiring members to extend their membership on renewal or level change.
In the core PMPro plugin, members who complete checkout for their current level will automatically have an expiration date extend one additional term from their current expiration. This means that a...
View ArticleImport user meta fields that are stored as an array (select2/multi-select and...
Our Import Users from CSV Integration Add On allows you to import user or user meta fields for current members. This recipe demonstrates how to import data that is stored as an “array” (for...
View ArticleUsing Subscription Delays Add On for One-Time, Credit Card Required Trials
Our Subscription Delays Add On allows you to set a variable length trial to your membership level, for example offer a 7-day trial on a monthly plan. This recipe will remove the trial period for...
View Article