Hi there. Thanks for the great question.
Well, a downgrade to Level #0 would essentially be the same as a cancellation. So you could use the Cancellation Form Generator for this. Downgrading a Member back down to Level #0, makes them a Free Subscriber again. So there is no transaction associated with this; only a demotion.
If you wanted to do something more custom, you could code something like this into your theme.
- Code:
function demote_to_level_0()
{
$user = wp_get_current_user();
$user->set_role("subscriber");
}
Statistics: Posted by Jason Caldwell — August 17th, 2010, 9:30 pm
]]>