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™
global $current_user;
get_currentuserinfo();
$user = new WP_User($current_user->ID);
$user->set_role('subscriber');
<?php
global $current_user;
get_currentuserinfo ();
$user = new WP_User ($current_user->ID);
if ($user->roles[0] == 's2member_level1')
{
$user->set_role ('subscriber');
}
else if ($user->roles[0] == 's2member_level2')
{
$user->set_role ('s2member_level1');
}
//Etc...
else if ($user->roles[0] == 'subscriber')
{
exit ('Not allowed access to this Content.');
}
?>
Content goes here.
Users browsing this forum: Exabot [Bot] and 0 guests