Can a WordPress plugin or theme contain a virus?
When you write PHP code, you can do just about anything. So when you run the code of a plugin it can do just about anything as well. It can query the database and get whatever info is there (which is why it’s a good idea to store passwords as hashes.) Since it can query … Read more