https://github.com/rapidwebltd/deactivate-user-plugin
WordPress plugin that allows a user to deactivate their own user account from within the WordPress login area, or via the shortcode
https://github.com/rapidwebltd/deactivate-user-plugin
shortcode user-management wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
WordPress plugin that allows a user to deactivate their own user account from within the WordPress login area, or via the shortcode
- Host: GitHub
- URL: https://github.com/rapidwebltd/deactivate-user-plugin
- Owner: rapidwebltd
- License: mit
- Created: 2015-06-23T10:22:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T08:23:15.000Z (about 10 years ago)
- Last Synced: 2025-01-11T12:25:40.204Z (over 1 year ago)
- Topics: shortcode, user-management, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deactivate User Plugin for WordPress
[](https://codeclimate.com/github/rapidwebltd/deactivate-user-plugin) [](https://styleci.io/repos/37912211)
WordPress plugin that allows a user to deactivate their own user account from within the WordPress login area, or via the shortcode.
To create a frontend page that immediately deactivates the currently logged in user's account, use the following short code. This can be useful when developing a custom frontend.
```
[jhdup_deactivate_current_user_shortcode]
```
Note: When a user's account is deactivated all their posts/pages are set to 'draft' status.