Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Bulk User Management

Descrizione

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!

Installazione

  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

FAQ

Why are there no FAQs?

Because you haven’t asked one yet.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Bulk User Management” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Bulk User Management” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

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