Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Remove the admin from cc mail

WCMp Advanced Frontend Manager

Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #116718

      Hello,
      The contact vendor widget emails the message to both the admin and the vendor. I only want it to go to the vendor how can i remove the admin mail from cc i went to class-wcmp-widget-vendor-quick-info.php to remove $headers[] = “Cc: Admin <{$admin_email}>”; but i couldn’t find it

      Thank you

    • #116759

      Hi,

      Please add this code of the function.php of your current active theme:

      add_filter( 'wcmp_vendor_contact_widget_email_goes_to_admin', '__return_false' );
      Copy

      Regards,

Viewing 1 reply thread

The topic ‘Remove the admin from cc mail’ is closed to new replies.