Bug found in the plugin
-
Lately I have seen that in the footer of my page there was a letter “f”, I detected that this “f” came from the FormyChat plugin, I have reviewed the plugin and I have detected this code in the file: /wp-content/plugins/social-contact-form/includes/public/class-assets.php:
/**
* Add contact form to footer.
*
* @return void
*/
public function print_widgets() {
echo ‘<div id=”formychat-widgets”>f</div>’;
? ? ? ? }
So I have removed that “f” manually. Can you tell me if it is a bug in the plugin or if it can be removed within its settings?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.