The "Pro Form Generator For Billing Modifications" does not provide a "Downgrade to Level #0" option.
What is the recommended way to accomplish this?
s2Member Pro version 1.1.1
WordPress 3.0.1
PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
function demote_to_level_0()
{
$user = wp_get_current_user();
$user->set_role("subscriber");
}
Users browsing this forum: Exabot [Bot] and 0 guests