todd402
Forum Replies Created
-
Forum: Plugins
In reply to: [Expire Users] Custom expired admin notification email addressI can see that in version 1.0 update the following was added
Add ‘expire_users_admin_email’ filter to allow admin notifications to be sent to a different email address.
I’m using version 1.2.2 and I don’t see where I can change the address. Does someone know how I can change the address please.
@missveronicatv once again you have helped enormously, thank you. Your solution worked perfectly.
That works perfectly, thanks for getting back with the solution so quickly.
Thank you so much! It works perfectly, and I’ve learnt a bit more from you once again 🙂
Thanks for getting back to me and pointing me in the right direction. Are you able to help a little more please? I have got members-list like
<div class="um-member-meta"> <?php foreach ( $reveal_fields as $key ) { ?> <# if ( typeof user['<?php echo $key; ?>'] !== 'undefined' ) { #> <div class="um-member-metaline um-member-metaline-<?php echo $key; ?>"> <?php if ($key == 'fee_received') { ?> <strong>user['label_<?php echo $key;?>']:</strong> ummmuser['<?php echo $key; ?>']</div> <?php } else { ?> <strong>user['label_<?php echo $key;?>']:</strong> user['<?php echo $key;?>']</div> <?php } ?>Which is showing only the Membership Fee Received row targeted with ummm before the Yes/No value. I don’t have enough knowledge to get any further with changing the output if the value is yes or no though. I’ve tried putting another if statement in to see if I got $key == yes, but it doesn’t seem to work.
Many thanks
Hi Andrew, thanks for getting back to me so quickly. I did a conflict test and only left WP 2023 theme and UM, UM Block Disposable Email Domains, UM MailChimp, UM Online and UM reCAPTCHA plugins activated. For my test user I removed all roles, then went to their profile page and changed roles via radio (I did this three times). I ended up with all three roles showing in WP admin. To avoid any confusion, I can change my users’ roles via WP admin without issue.
Regards
Andrew
@missveronicatv That worked, thanks for your reply 🙂
Thanks missveronica 🙂