High Email Volume From Exploited Clipper Feature
My web hosting provider told me that they're seeing a very high volume of emails coming from my site. They told me the source of the issue is coming from these files but I don't know exactly what feature is it on the Clipper theme. Below is the message from the web hosting provider,
Thank you for your response. We are only able to provide the email logs from the server and are not able to narrow down the source to a particular URL. I would note that the clipper theme still has several references:
clipper/includes/theme-functions.php
Line 430: <?php clipper_coupon_form(); ?>
clipper/includes/theme-actions.php
Line 315: add_action('clipper_coupon_form', 'clpr_do_coupon_form');
clipper/includes/theme-hooks.php
Line 19: function clipper_coupon_form() {
Line 20: do_action( 'clipper_coupon_form' );