=== Secure Admin Login ===
Contributors: jaymakadiya
Tags: security, login, hide login, wp-login, brute force
Requires at least: 5.5
Tested up to: 7.0
Requires PHP: 7.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Protect your WordPress website by hiding the default wp-login.php and wp-admin URLs.

== Description ==

Secure Admin Login improves your WordPress security by **changing the default login URL**.
This prevents bots and attackers from accessing `wp-login.php` and `wp-admin`, significantly reducing brute-force and automated attacks.

### Key Features

* Hide `wp-login.php` and `wp-admin`
* Redirect unauthorized access to a custom login slug
* Lightweight and fast (no database bloat)
* No core file modifications
* Works with latest WordPress versions
* Multisite compatible
* Clean uninstall (removes all plugin data)

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin through the **Plugins** menu in WordPress
3. Set your custom login slug using code or settings
4. Access your login via:  
   `https://yourwebsite.com/your-custom-login/`

== Frequently Asked Questions ==

= Will this plugin change my password? =
No. It only changes the login URL.

= What happens if I forget my custom login URL? =
You can disable the plugin via FTP or hosting file manager by renaming the plugin folder.

= Is this plugin compatible with multisite? =
Yes, it supports WordPress multisite installations.

= Does it affect REST API or AJAX? =
No. REST API and AJAX requests continue to work normally.

== Screenshots ==
1. WordPress Setting.


== Changelog ==
= 1.0.0 =
* Initial release


== Uninstall ==

When the plugin is deleted, all saved options are removed automatically.
