DW Block User Account
DW Block User Account
Description
If you have a large website with a lot of users or a small website with few users, and in some cases, such as user abuse or other reasons, you can block user, with this plugin. (user cannot enter to wp_admin.)
After blocking if the user is in his account, he will also be logged out.
Installation
- Upload plugin folder to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Take advantage from user edit section to block the user
Screenshots
Reviews
Nice! Please add do_shortcode
By dlx (deeluuxe) on March 5, 2023
Thanks for that plugin – works great!
I added do_shortcode in line 211 of block-user-account.php so the message can have a shortcode included then:
$user_message = do_shortcode( get_user_meta($userinfo->ID, 'user_status_message', true) );
It would be great if it could be improved a little more.
By aga2442 on September 26, 2022
افزونه ساده و کارآمد
By Tara (taratnm) on August 3, 2022
Active/Disactive in bluk action
By ahmadegbaria000 on March 5, 2021
افزونه عالی
By mahdirabiee on January 8, 2021
Needs to some null checks
By proximity2008 on October 5, 2020
bua_save_user_status
It's causing notices in my dev environments.
Sorry, commented on wrong plugin
By Elja (eljaaa) on January 26, 2019
Changelog
1.4.0
- Improved compatibility with WordPress 6.8
1.3.0
- ADD Bulk Actions
1.2.3
- ADD Block user with email
- ADD disable/enable Message filed when Status to change.
- Bugs fixed
1.1.0
- Add Text input for block reasen to users edit page AND replace it with default login error
- Add Block reasen Column to users table
- Fix self blocking
- Minor fixes
1.0.4
- Minor fixes
1.0
- Initial release.