I see it in the code for the plug in. It is in an “if,else” statement. If you do not select to allow the credits to the plugin author website in your wordpress settings tab, then this is the fall back credit that will appear. I don’t know why it is such a spammy looking SEO link.
You can manually strip the offending URL out of the line of code in the plugin if you have Dreamweaver or another HTML or PHP file editor. Just remove the div tag between the single quotes. You can leave the ability to show her credit via your wordpress settings panel.
I don’t feel bad about removing it because it seems disingenuous to offer a button to remove credits and then turn around and place a sneaky one anyway.
Find the page:
twitter_profile_widget.php
Line 925:
Before alteration:
echo '<div align="center" style="display:none;"><small>UTPW Presented by <a href="https://www.allphaserestore.com/water.html">columbus water damage</a></small></div>';
After alteration:
echo '';