该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Bulk User Management

描述

A plugin that lets you manage users across all your sites from one place on a multisite install.

If you’d like to check out the code and contribute, join us on GitHub. Pull requests are more than welcome!

安装

  1. Upload the bulk-user-management folder to your plugins directory (e.g. /wp-content/plugins/)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

The following filters will let you customize the plugin:

  • bulk_user_management_blogs – array of sites that can be managed
  • bulk_user_management_parent_page – sets parent page
  • bulk_user_management_admin_users – array of users by id that the plugin is active for
  • bulk_user_management_admins_by_username – array of users by username that the plugin is active for

常见问题

Why are there no FAQs?

Because you haven’t asked one yet.

评价

此插件暂无评价。

贡献者及开发者

「Bulk User Management」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.1

  • Adds a screen option for number of users per page
  • Makes it more obvious when an ajax action is loading
  • Doesn’t allow current user to remove themself

1.0.1

  • Fix fatal error in PHP 5.2

1.0

  • Initial Release