Colleen Quenzel
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Got it! Looking forward for that update.
Thank you for all your help.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I placed the code under theme folder-> avada->avada child theme-> functions
This reply has been marked as private.Hi Patrik, I found the “uwp_send_admin_email_to” filter on a previous support ticket, but doesn’t seem to work. See filter below.
Is that the right one?add_filter(‘uwp_send_admin_email_to’, ‘uwp_send_admin_email_to_cb’, 10, 2);
function uwp_send_admin_email_to_cb($site_email, $message_type){$email_to = array();
if(‘mod_admin’ == $message_type){
$email_to[] = get_option(‘admin_email’);
$email_to[] = ‘[email protected]’; // Change to your email address
// $email_to[] = ‘[email protected]’; you can add more email addresses like this
$site_email = $email_to;
}return $site_email;
}Thank you, Patrik
also Patrik,
I apologize. Is there a way I can add more email recipients for the admin email notifications?
Thank you, Patrik.
Where can I find this filters? Is there a support doc?
Also, I noticed when I register using a email from a free email provider such as gmail, yahoo or hotmail, etc, the autoresponders are not delivered.
Is there a way to fix this?Please advise.
-
AuthorPosts