描述
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.
安裝
- 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
評價
2023年3月5日
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) );
2022年9月26日
I tested 2 more plugins with this feature.
This plugin gave the best results.
It would be great if it could be improved a little more.
e.g; It would be great to see all blocked users on 1 page.
2022年8月3日
در عین سادگی بسیار کارآمد است. ممنون
2021年3月5日
2 replies
Hi
Very good plugin
How can i active or disacrive user by bluk action? Without enter to user profile..
Thanks
2021年1月8日
کاربردی است
2020年10月5日
1 reply
You can’t just blindly hope that $_POST[‘user_status’] and $_POST[‘user_status_message’] are going to be there when you call bua_save_user_status
It’s causing notices in my dev environments.
貢獻者及開發者
修改日誌
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.