How to clean a hacked wordpress site

后端 未结 3 1848
情话喂你
情话喂你 2021-01-29 04:49

I have developed a relative simple website in wordpress and actually, it resides in a subdomain of my primary host as it\'s still under construction. I am not sure if I have a h

3条回答
  •  花落未央
    2021-01-29 05:37

    Since it's a simple website, it can be easy to recover.

    The first thing I'll recommend is to download a copy of the database (in case you have much content to recover)

    Look for codes that you didn't write in the theme you made(also applies to plugins). Install a fresh copy of WordPress and add the theme you were developing. Add fresh copies of plugins.

    You should be okay with that. Maybe you can start using some kind of versioning like Git (Bitbucket has free private repositories).

    Also look for security-related plugins in the WordPress plugins repository.

提交回复
热议问题