Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › About WCFM Admin Email Setting
Tagged: Admin Email Setting
- This topic has 6 replies, 2 voices, and was last updated 6 years, 3 months ago by MOHO.
- AuthorPosts
- August 23, 2018 at 6:54 am #29296MOHOParticipant
This is default admin email
http://mall2.sites.moho.tw/wp-admin/options-general.php
How could i disable “default admin email” no sent?
I no use this way
I hope multi admin user by setting could receive your email notice.“You say set admin emails from WCFM Admin setting -> Email Setting”
“Email from address” this is sender
“CC Email address”:all email will receive, so it not i want.
For example Email “Notification – New Product” only sent for vendor, but admins will receive now, it not i want.SO could you create “Admin Email address” field, then i could set multi admin address here instead of “default admin email”, thanks.
Attachments:
You must be logged in to view attached files. - August 23, 2018 at 8:52 am #29310WCFM ForumMember
Hi,
OK, now I understand your point.
Certainly that has no setting but you may change using this filter – “wcfm_admin_email_notification_receiver”
Thank You
- August 23, 2018 at 8:56 am #29312MOHOParticipant
Could you give me code?
I want to add into child theme.
Thanks
- August 23, 2018 at 8:59 am #29314WCFM ForumMember
Hi,
Here is your code –
add_filter( 'wcfm_admin_email_notification_receiver', function( $admin_receiver_email ) { $admin_receiver_email = ''; // SET YOUR EMAIL HERE return $admin_receiver_email; });
Add your email address here.
Thank You
- August 23, 2018 at 9:09 am #29322MOHOParticipantThis reply has been marked as private.
- August 23, 2018 at 9:11 am #29323WCFM ForumMember
Yeah, off course.
Thank You
- August 23, 2018 at 12:37 pm #29349MOHOParticipant
It work now!
Please close it.
- AuthorPosts
- The topic ‘About WCFM Admin Email Setting’ is closed to new replies.