MemberPress: Add a Custom Field To Manage Sub Account Table
This shortcode can be used if the MemberPress Corporate Accounts add-on is activated on the website.…
Add the page slug body class
snippet add slug
Change City Field To Select
Change the City field in the donation form to a selectable, dropdown field, with several pre-set…
Add Hours Currency
Add a custom currency called "Hours".
WP Simple Pay: Modify Customer Record Creation
Add custom parameters to the Stripe Customer creation request.
Disable Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
Login Form Styling
Custom styling for login forms
Google Adsense In-Article
Google AdSense In-Article snippet
Facebook Domain Verification snippet
Asembo Digital Solutions Facebook Pixel ID (tracking)
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…
MemberPress: Change Stripe Checkout fields to match Dark Mode theme
Adjust the appearance of Stripe Elements form by changing the theme to 'night' if a user…
Allow mixed cart support with Stripe Payment Elements
Make it possible to purchase a subscription and non-subscription product in the same transaction with Stripe's…
Change Donor Count
Example where a donor count is changed for a specific campaign.
footer
footer description
Remove Decimal Points In Suggested (US)
Will turn "$5.00" into "$5" on suggestion donation amounts in the donation form.