WP Manifestindependent plugin directory
manifest / users / deactivate-user-plugin

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

by Jordan Hall · github.com/rapidwebltd/deactivate-user-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/rapidwebltd/deactivate-user-plugin/archive/refs/heads/master.zip

Readme

Deactivate User Plugin for WordPress

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.

Read the full README on GitHub →