Jason Coleman
Jason Coleman
> Should this be a new column in the pmpro_membership_levels db table or in level meta? Yes. > If we are releasing in 3.0, do we still need some kind...
More info. The current canonical URL of the checkout page is something like this: `` That doesn't include the ?level=x in it. That may be a good or bad thing...
We've done some more thinking about this. There is too much risk that whatever we do here gets undone by the 3.1 checkout updates, since we're thinking about a more...
I've set the milestone for 3.1. We will reevaluate then.
Is the easy update to document defaults for the custom array and allow you to pass an array with only some values set (similar to the wp_insert_user and wp_insert_post functions)?
It seems like this line in the `get()` method needs to account for the possibility that the `read()` method returns false. So this line: `$res = $this->read( $key )[ $key...
Note here that we are holding off on this. We haven't spec'd out the subs table from a UI/UX perspective. We will consider this for a future update. We are...
So like if !isset($data[$var]) then look up in user meta and/or $level->$var or $order->$var. I'm slightly hesitant as it could be seen as a feature to only allow certain variables...
The work around I think is to export members and filter by subscription id. Is there any data needed that isn't included in the members export? What are the user...