• Hi,

    I was wondering if anyone can help? The plugin doesn’t currently allow you to change to the email address where the notifications go to when a review is left.

    Is there a workaround at all? Our client understandably wants the notifications to go to him and we don’t want him receiving all the admin emails from the site.

    Any help would be great! Thanks in advance.

Viewing 1 replies (of 1 total)
  • So for anybody who’s trying to achieve that, the only way to do it since it’s not a feature is to get into the code and change it manually (and obviously understand that this will be erased during an upcoming plugin update).

    You have to edit the file wp-customer-reviews-3.php at the root of the plugin and edit line 1013:

    @wp_mail(get_bloginfo('admin_email'), "WP Customer Reviews: New Review Posted on {$datetime}", "A new review has been posted on ".get_bloginfo('name')." via WP Customer Reviews. \n\nYou will need to approve this review before it will appear on your site.");

    Replace the get_bloginfo(‘admin_email’) by “[email protected]” with the quotes.

Viewing 1 replies (of 1 total)
  • The topic ‘Email Notifications’ is closed to new replies.