quickview.php containing a possible threat?

I have an anti-malware-virus plugin that keeps on detecting an issue with a specific BeTheme file since the last BeTheme versions, the file involved is: /wp-content/themes/betheme/includes/quickview.php

The code part seen as known threat is:

---

<?php

                           $funname = 'woocommerce_'.$product->get_type().'_add_to_cart';

                           $funname();

                       ?>

---

Is this correct or just a false positive?

Comments

Sign In or Register to comment.