WordPress.org

Polska

  • Motywy
  • Wtyczki
  • Aktualności
  • Wsparcie
  • Informacje
  • Zlecenia
  • Pomóż w tłumaczeniu
  • Kontakt
  • Pobierz WordPressa
Pobierz WordPressa
WordPress.org

Plugin Directory

Admin Users Logged In

  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się
  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się

Admin Users Logged In

Autor: Marcel Pol
Pobierz
  • Szczegóły
  • Recenzje
  • Instalacja
  • Rozwój
Wsparcie

Opis

Dashboard widget that shows admin users and when they were last logged in.

Compatibility

This plugin is compatible with ClassicPress.

Contributions

This plugin is also available in
Codeberg.

Zrzuty ekranu

  • Dashboard widget with admin users and their last login.

Instalacja

Installation

  • Install the plugin through the admin page „Plugins”.
  • Alternatively, unpack and upload the contents of the zipfile to your '/wp-content/plugins/’ directory.
  • Activate the plugin through the 'Plugins’ menu in WordPress.
  • Visit the Dashboard. That’s it.

PHP filters for Custom Roles

This first filter is for showing an additional role in the widget.

<?php
    function my_auli_get_role__in( $role__in ) {
        $role__in[] = 'Subscriber';
        return $role__in;
    }
    add_filter( 'auli_get_role__in', 'my_auli_get_role__in' );
?>

This second filter is for who gets to see the widget.

<?php
    function my_auli_show_for_role__in( $role__in ) {
        $role__in[] = 'Customrole';
        return $role__in;
    }
    add_filter( 'auli_show_for_role__in', 'my_auli_show_for_role__in' );
?>

Recenzje

Perfect

Pieterjan Deneys 2021-06-02
Thanks to the easily editable language file, I was able to translate this plugin to my wishes. 🙂 Edit: which is now possible! THANKS!
Przeczytaj 1 recenzje

Kontrybutorzy i deweloperzy

„Admin Users Logged In” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani
  • Marcel Pol

Wtyczka „Admin Users Logged In” została przetłumaczona na 2 języki. Podziękuj tłumaczom za ich wkład.

Przetłumacz wtyczkę “Admin Users Logged In” na swój język.

Interesuje cię rozwój wtyczki?

Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.

Rejestr zmian

1.0.6

  • 2024-10-02
  • Loading plugin translations should be delayed until init action (in this case admin_init).
  • Use DIR for loading translations instead of dirname(FILE).
  • Better check for direct access of files.

1.0.5

  • 2022-05-11
  • Add filter 'auli_get_role__in’ for showing users with these roles.
  • Remove check for shown users based on capability.
  • Add filter 'auli_show_for_role__in’ for allowing users to see this widget.
  • No need to check if function 'current_user_can()’ exists.

1.0.4

  • 2021-06-01
  • Support translations.

1.0.3

  • 2021-05-31
  • Small updates from wpcs.

1.0.2

  • 2018-02-06
  • Fix the location of closing (outside the loop).

1.0.1

  • 2018-02-03
  • Only show the widget on capability 'edit_posts’.

1.0.0

  • 2018-01-18
  • First release.

Meta

  • Wersja 1.0.6
  • Ostatnia aktualizacja 8 miesięcy temu
  • Włączone instalacje 100+
  • Wersja WordPressa 4.4 lub nowszej
  • Testowano do 6.8.3
  • Wersja PHP 7.0 lub nowszej
  • Języki

    Dutch, Dutch (Belgium), i English (US).

    Przetłumacz na swój język

  • Tagi
    dashboard widgetlast login
  • Widok zaawansowany

Oceny

5 na 5 gwiazdek.
  • 1 recenzja 5-gwiazdkowa 5 gwiazdek 1
  • 0 recenzji 4-gwiazdkowych 4 gwiazdki 0
  • 0 recenzji 3-gwiazdkowych 3 gwiazdki 0
  • 0 recenzji 2-gwiazdkowych 2 gwiazdki 0
  • 0 recenzji 1-gwiazdkowych 1 gwiazdka 0

Dodaj recenzję

Zobacz wszystkierecenzje.

Zaangażowani

  • Marcel Pol

Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

Zobacz forum wsparcia

  • O nas
  • Aktualności
  • Hosting
  • Prywatność
  • Prezentacja
  • Motywy
  • Wtyczki
  • Wzorce
  • Nauka
  • Pomoc techniczna
  • Programiści
  • WordPress.tv ↗
  • Zaangażuj się
  • Wydarzenia
  • Przekaż darowiznę ↗
  • Piątka dla Przyszłości
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Polska

  • Odwiedź nasze konto X (dawniej Twitter)
  • Odwiedź nasze konto Bluesky
  • Odwiedź nasze konto na Mastodoncie
  • Odwiedź naszego Threadsa
  • Odwiedź naszego Facebooka
  • Odwiedź nasze konto na Instagramie
  • Odwiedź nasze konto na LinkedIn
  • Odwiedź naszego TikToka
  • Odwiedź nasz kanał YouTube
  • Odwiedź naszego Tumblra
Kod to poezja.