https://github.com/asantar0/wordpress-security
Best security practices with Wordpress
https://github.com/asantar0/wordpress-security
hardening security wordpress
Last synced: about 2 months ago
JSON representation
Best security practices with Wordpress
- Host: GitHub
- URL: https://github.com/asantar0/wordpress-security
- Owner: asantar0
- License: mit
- Created: 2025-03-06T02:08:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T16:22:01.000Z (over 1 year ago)
- Last Synced: 2025-04-17T13:12:31.509Z (about 1 year ago)
- Topics: hardening, security, wordpress
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress Security
Welcome! This repository is dedicated to enhancing the security of WordPress websites by providing scripts, and best practices to protect your site from common vulnerabilities and attacks.
## Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
- [License](#license)
- [Disclaimer](#disclaimer)
### Installation
1. Copy the block from "Include's area" from "functions.php".
2. Copy wp-config.php file into your Wordpress root directory
3. Copy the folder "inc" inside your web directory /wp-content/themes/theme-name/
### License
This project is licensed under the MIT License. See the LICENSE file for more details.
### Disclaimer
This project is provided as-is, and the authors are not responsible for any damages or losses resulting from its use. Always test security measures in a staging environment before applying them to a prod site.