Jason Coleman
Jason Coleman
Hey, thanks for this work. Overhauling/fixing how we store options is on target for us later this year, maybe in a 3.0 release (so we can break some things) or...
Jose, thanks for the contribution. Sorry for the slow reply here. In theory, I understand the desire to only load JS and CSS on our pages. In practice, our code...
Nice catch. I think we need to test this because for some reason there were cases where the $current_user global wasn't going through that set_current_user hook, or maybe it was...
Another factor here is the group having a blank name. I think this could have other impacts. We should have a default name or force the user to make sure...
When importing users via CSV (including existing users), you can include order data to create 1 new order row for that user. Order data is stored in one DB table...
Interesting idea. We definitely need the add on settings to get the full idea of how a level is set up. We don't really know what might be stored in...
Hmm. There is already a filter for the plan: pmpro_stripe_create_plan_array https://github.com/strangerstudios/paid-memberships-pro/blob/354050b65e175ac99c5f2bd50e8e6c29178240e8/classes/gateways/class.pmprogateway_stripe.php#L1600 And for the subscription start date: pmpro_profile_start_date https://github.com/strangerstudios/paid-memberships-pro/blob/354050b65e175ac99c5f2bd50e8e6c29178240e8/classes/gateways/class.pmprogateway_stripe.php#L1548 Do you think we need the new filter for clarity? Since...
We can pass the order to the plan filter. That makes sense. And document this stuff better.
This work may conflict with the "subs table" work we are doing. We should revisit after the subs table work is ready.
Thank you for this work. This is great. Can you create a plugin for this vs having us merge into the core plugin? Or with your permission I can create...