Опис
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!
Постављање
- Upload the
bulk-user-managementfolder to your plugins directory (e.g./wp-content/plugins/) - 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 managedbulk_user_management_parent_page– sets parent pagebulk_user_management_admin_users– array of users by id that the plugin is active forbulk_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 је софтвер отвореног кода. Следећи људи су допринели овом додатку.
СараднициПреведите Bulk User Management на свој језик.
Заинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
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