WP Author Slug
WP Author Slug
Description
This plugin replaces the author slug with a sanitized version of the user’s display name.
This plugin will not prevent hackers from finding out your login name but the login name won’t be visible
in the author archive’s URL, which works towards your friendly URLs with using your display name.
DO NOT use this on a site with more than 1000 registered users, as updating all of their nicenames at once might break your site.
Installation
- Download WP Author Slug.
- Unzip the folder into the
/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Reviews
Don't use if you have a large user database
By Peter (petergerard) on July 6, 2021
Does the job
By cool_recep on November 6, 2020
Good one!
By Husgrove (gasparhusgrove) on June 23, 2019
Excellent
By Knut Sparhell (knutsp) on August 11, 2017
I was surprised, how easy it was
By Terras Design (1000literfotos) on September 3, 2016
...works fine. Thank you 🙂
Awesome Plugin
By pashaUSA on September 3, 2016
This plugin should be part of WordPress core. It really does help to hide usernames of Site Users in URL, Which makes hackers to get through the security.
Hey it's working fine
By Sai Web Tech Hyderabad (swthyd) on September 3, 2016
Looks good.
Try this once.
just now installed, have to check how it works.
Changelog
5
- Added conflict detection for author slugs that match existing page slugs. Props @knutsp.
- Tested with WordPress 6.8.
4
- Moved clean up to plugin deactivation. This makes sure author slugs are only modified with the plugin active.
- Updated utility class.
- Tested with WordPress 6.1.
3
- Maintenance release.
- Checks if keys and properties exist before using them.
- Tested with WordPress 5.6.
2
- Maintenance release.
- Updated code to adhere to WordPress Coding Standards.
- Tested with WordPress 5.0.
1.3.0
- Maintenance release.
- Tested with WordPress 4.0.
1.2.2
- Updated utility class.
- Tested with WordPress 3.4.1.
1.2.1
- Updated uninstall.php and activation hook to use WordPress User API instead of custom queries.
- Updated utility class.
1.2
- Tested for WordPress 3.3.1.
1.1
- Tested for WordPress 3.1.1.
- Added complete uninstall routine.
- Added compatibility for pre-3.1 multisite installs.
1.0
- Initial Release.