Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Active Users — Heartbeat version

Описание

It shows on the admin bar which users are currently logged in AND active. So, if a user is logged in, but hasn’t done anything, it won’t show up.

Plugin is based on heartbeat, which explain the «active» users part.

Please send feedback if this is of any use to you!

Установка

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Done.

Часто задаваемые вопросы

Are there limitations to the users?

Yes: In order to speed up processing time, i’ve used an option to store the active session. So, it is technically possible to have too many users going on at the same time. Options have a maximum size allocated. Also, the users show on the admin bar and at some point, your list will be too big to fit the screen.

Can I get this information programmatically?

SURE! … use wiohb_get_active_users() and an array of the users slugs.

Can I get other user info besides the slug?

Yes and no: the function above only gives you slugs, however, you can use get_user_by( ‘slug’, $the_user_name ) to get the WP_User object

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Active Users — Heartbeat version» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Active Users — Heartbeat version» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.1

  • First version.