MemberPress: Change Membership Registration URL
Each MemberPress Membership has an automatically generated registration page with its default URL. This code snippet…
om-webhook-example-v1.0.0.json
{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "firstName": "Archie", "lastName": "Monster", "phone":…
Your HTML link may look something like this
Some link on your site.
Partner Group GTM Body Tag
Add GTM Tag to Site Body in Partner Site Group
Booking Plugin with ChatGPT
Create WordPress plugin with chatgpt free [Step-by-Step Tutorial] https://maxkinon.com/create-wordpress-plugin-with-chatgpt-free-step-by-step-tutorial/
Hide Out Of Stock items on WooCommerce Shop page when sorting (popularity/price) applied.
Hide Out Of Stock items on the WooCommerce Shop page when sorting (popularity/price) applied.
Use YouTube Thumbnail as Featured Image
// Hook into the save_post action to set the YouTube thumbnail as the featured image function…
Read More/Less Toggle with Fade Effect
Original code: Imran Siddiq, (Web Squadron on YouTube) Modified to add fade effect. Description: This code…
Customize Store Credit Accordion on Checkout Page
This snippet allows you to customize Store Credit Accordion on the Checkout Page
MemberPress: Update Account Course Tab Link With User-Role-Based Custom URLs
This code snippet replaces the default URL of the "Courses" tab link in the navigation menu…
MemberPress: Restrict Signups for Northern Ireland-Based Users
This code snippet will restrict signups for Northern Ireland-based users on MemberPress registration pages. Additionally, it…
MemberPress: Enabling Payment Receipt Email for Free Non-recurring Subscriptions
By default, MemberPress doesn’t send the payment receipt email for free non-recurring membership registrations. This code…
MemberPress: Generate Invoice Numbers for Zero Amount Transactions
This code snippet ensures invoice numbers are generated for transactions with zero amounts in MemberPress. By…
Divi Transparent menu above FullScreen Video
To make the top menu transparent and overlay the full-screen video background on your site, follow…