Skip to content

Instantly share code, notes, and snippets.

View mclarenmervin's full-sized avatar
🎯
Focusing

Mousam Debadatta mclarenmervin

🎯
Focusing
View GitHub Profile
@andrewlimaza
andrewlimaza / change-monthly-fee-pmpro.php
Last active April 29, 2024 07:16
Adjust pricing for membership level according to selection of Custom Fields in Paid Memberships Pro.
<?php
/**
* This will allow you to charge additional extras on the user's monthly membership fee.
* Copy the code below into your PMPro Customizations Plugin - https://www.paidmembershipspro.com/create-a-plugin-for-pmpro-customizations/
*/
//we have to put everything in a function called on init, so we are sure Register Helper is loaded
function my_pmprorh_init()
{