Forums
(@kjprice)
12 years, 8 months ago
This should fix it. I’m not sure if it is “WordPressy” enough though.
if(isset($_POST[‘npn_mailnotify_category’])){ update_usermeta( $user_id, ‘npn_mailnotify_category’, implode(‘,’,$_POST[‘npn_mailnotify_category’])); }