MemberPress: Adjusting Paywall Cookie Expiry Time
This code snippet modifies the default expiration period (30 days) for the MemberPress paywall cookie. The…
Mapping WPForms Checkbox Values to ACF Checkbox Fields
This snippet uses the wpforms_post_submissions_process action hook to dynamically map WPForms checkbox submissions to ACF checkbox…
CWP - ConvertKit RSS email ID
Adds ConvertKit email ID to RSS feeds for better conversion tracking
Unlimited User Downloads for EDD Recurring
Allows certain users to be allowed to bypass the active account requirement in EDD Recurring Payments
remove 'X' remove button in cart
.woocommerce table.shop_table .product-remove { text-align: center !important; display: none; }
MemberPress: Add An Email Parameter That Displays A Link To The Sub-Account Signup Page
This code will create a new email parameter named {$subaccount_link}. This email parameter can be added…
MemberPress: Customize Default WordPress Password Reset Request Email Body
This code snippet customizes the body of the password reset request email sent to users from…
MemebrPress: Send MemberPress Welcome Email Only When Transaction Is Completed
The code snippet will allow the global welcome email to be triggered only following the successful…
Limit Cart to One Item
Prevents customers from ever purchasing more than a single item at once
MemberPress: Return to Same Page After Signup
Return the user to the same page after they register.
WP Simple Pay: Reduce Currency Minimum Amount
The minimum amount is $0.50 US or equivalent in charge currency. WP Simple Pay uses $1.00…
Whitelist Callback Functions for use in Theme Elements
Various elements in the Total theme allow you to select a callback function for the output…