Hudson Atwell

Results 9 comments of Hudson Atwell

Is this request different from this? ![image](https://user-images.githubusercontent.com/2002207/122985346-ae094c00-d363-11eb-8984-40ffc692f80a.png) **_Source:_** https://community.codeable.io/t/expert-community-update-june-2021/2222

@kirilhristov @depy Tagging the product team for more information. Good luck!

Open to this too. Any readers want to take it on and add your name to the contributors list I'm okay with that.

I think you will want to use this bit of code: ```` $current_user = wp_get_current_user(); echo $current_user->user_login'; ````` from: https://codex.wordpress.org/Function_Reference/wp_get_current_user

I'm open to pull requests, but right now can't perform the work myself. I would recommend a setting option below the send button. If it's ticked, then disable admin notification.

Hi @enone Thank you for the plugin conflict report. If you find out a solution I will be happy to accept a pull request here to update the code.

I can't think of one, if it works. Any reason to not uncomment it that you can think of? It looks like I had it commented out from first commit....

Currently there is not a bulk regenerate/resend option though it could be done programatically depending on how many users are in the user table. It looks like strings are i18n...

These are our action processor listeners that listen in on wp-admin: https://github.com/atwellpub/resend-welcome-email/blob/master/resend-welcome-email.php#L113 I believe you can resend a welcome email by accessing this link: https://www.yoursite.com/wp-admin/admin.php?action=resend_welcome_email&user_id=1234