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
Statistics: Posted by Jason Caldwell — September 9th, 2010, 10:51 am
Statistics: Posted by schop — September 8th, 2010, 1:28 pm
foreach(get_users_of_blog() as $user){
$user = new WP_User($user->ID);
if($user->has_cap("s2member_level1")){
// send them an email
}
}
Statistics: Posted by Jason Caldwell — September 2nd, 2010, 2:41 pm
Statistics: Posted by markelshark — September 1st, 2010, 8:12 pm