Do you know of a way to email all members in specific role? So I could email just free subscribers, or just level2 subscribers with an offer to upgrade to level 3?
Thanks,
Mark
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™
foreach(get_users_of_blog() as $user){
$user = new WP_User($user->ID);
if($user->has_cap("s2member_level1")){
// send them an email
}
}
This was NOT on our TODO list, but I'm adding it now.and if it will be possible to select certain members on criteria like the value of a certain custom field
Users browsing this forum: Exabot [Bot], Google [Bot] and 1 guest