Categories: Wordpress

WordPress Remove Hidden Spam Links from Plugins Themes

Recently while regular source code checkup of the files from website, it came to my attention that there are so many Spammy Hidden Links pointing to some sites. Finding the source of these links is very difficult so I started deactivating plugins one by one.

There were so many spam links on website pointing to some “care2.com” website.

So started debugging that, by deactivating all installed plugins one by one.

In this I found out that the problem I was facing was because of “WordPress Database Backup” plugin.

Just deactivated this plugin and “NO SPAM LINKS”.

But I needed this plugin….

So started googling and found that JQuery pointing to wpstats website generates these spam hidden links with div display:none property.

So to continue using this plugin, go to following path

/wp-content/plugins/wordpress-database-backup-plugin/wpbackup.php

and search for wpstats, you will find following

http://www.wpstats.org/jquery-1.6.3.min.js

and replace it with following URL

http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js

Save file and again activate this plugin.

And you will be able to use plugin and with no spam hidden links.

ProWebGuru

Mostly I write about technology related stuff on https://www.prowebguru.com Recently I have started making videos also. Mostly blog posts & videos are related to technology, programming and learning some new tips and tricks related to windows, wordpress, google app script, technical, programming, javascript, jquery and other coding related stuff. Youtube channel - https://www.youtube.com/user/prowebguru

View Comments

  • Nice writeup
    however, its good as minimum plug ins you use, as they hinder the performance of your website. Database backups can be easily taken from the CPanel, you can directly download the SQL file.

  • U pointed right.Is there any tool that find totol out going links from your site.It will help to understand and clear unnecessary links from site.

  • Wow, this is cool. Finding so many of them is just so time consuming as some plugin developers fill them with unnecessary codes. Thanks for this lovely post.

Recent Posts

GPT 5.4: Powerful AI Breakthrough – 7 Game-Changing Features, Launch Date & Full Guide

GPT 5.4: The Next-Generation AI Model Transforming Reasoning, Coding, and Productivity Artificial Intelligence is evolving…

1 day ago

GPT‑5.3 Instant Explained: Faster, Smarter & Fewer Refusals

GPT-5.3 Instant is OpenAI's latest ChatGPT model update, prioritizing smoother conversations, fewer refusals, and higher…

2 days ago

Free Perplexity Pro for Airtel Customers: Unlock Advanced AI Assistance at No Cost!

Are you tired of scrolling endlessly through Google results trying to find clear, trustworthy answers?…

4 months ago

Unlocking Collaborative Coding with GitHub Copilot Spaces

In recent years, the process of software development has rapidly evolved—developers demand smarter tools and…

4 months ago

ChatGPT Go Now Free in India: Opening Doors to Advanced AI Capabilities

India has emerged as one of the fastest-growing and most significant markets in the global…

4 months ago

AgentKit by OpenAI: Redefining the Future of AI Agent Development

On October 6, 2025, OpenAI unveiled AgentKit, a unified suite of tools designed to help developers and…

5 months ago

This website uses cookies.