WordPress.org

Italia

  • Temi
  • Plugin
  • Notizie
    • Documentazione
    • Forum
  • Info
    • Manifesto
    • Unisciti alla Community
    • Team
    • Manuali
    • Traduci
    • Meetup italiani
    • WordCamp
    • Five for the Future
    • Proposte di lavoro
    • Swag Store
    • Directory delle foto
    • Learn WordPress
    • Openverse
    • Pattern
    • Playground
    • Prova l’editor Gutenberg
    • WordPress.tv
  • Scarica WordPress
Scarica WordPress
WordPress.org

Plugin Directory

Admin Users Logged In

  • Invia un plugin
  • I miei preferiti
  • Accedi
  • Invia un plugin
  • I miei preferiti
  • Accedi

Admin Users Logged In

Di Marcel Pol
Scarica
  • Dettagli
  • Recensioni
  • Installazione
  • Sviluppo
Supporto

Descrizione

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.

Screenshot

  • Dashboard widget with admin users and their last login.

Installazione

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' );
?>

Recensioni

Perfect

Pieterjan Deneys 2 Giugno 2021
Thanks to the easily editable language file, I was able to translate this plugin to my wishes. ๐Ÿ™‚ Edit: which is now possible! THANKS!
Leggi la recensione di 1

Contributi e sviluppo

“Admin Users Logged In” รจ un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori
  • Marcel Pol

“Admin Users Logged In” รจ stato tradotto in 2 lingue. Grazie ai traduttori per i loro contributi.

Traduci “Admin Users Logged In” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

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

  • Versione 1.0.6
  • Ultimo aggiornamento 2 mesi fa
  • Installazioni attive 200+
  • Versione WordPress 4.4 o superiore
  • Testato fino alla versione 6.8.1
  • Versione PHP 7.0 o superiore
  • Lingue

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

    Traduci nella tua lingua

  • Tag
    dashboard widgetlast login
  • Visualizzazione avanzata

Valutazioni

5 su 5 stelle.
  • 1 recensione a 5-stelle 5 stelle 1
  • 0 recensioni a 4-stelle 4 stelle 0
  • 0 recensioni a 3-stelle 3 stelle 0
  • 0 recensioni a 2-stelle 2 stelle 0
  • 0 recensioni a 1-stelle 1 stella 0

Lascia la tua valutazione

Vedi tutte le recensioni

Collaboratori

  • Marcel Pol

Supporto

Hai qualcosa da dire? Ti serve aiuto?

Chiedi nel forum di supporto

  • Chi siamo
  • News
  • Hosting
  • Privacy
  • Vetrina
  • Temi
  • Plugin
  • Pattern
  • Learn (Training)
  • Supporto
  • Sviluppo
  • WordPress.tv โ†—
  • Partecipa
  • Eventi
  • Donazioni โ†—
  • Five for the Future
  • WordPress.com โ†—
  • Matt โ†—
  • bbPress โ†—
  • BuddyPress โ†—
WordPress.org
WordPress.org

Italia

  • Visita il nostro account X (ex Twitter)
  • Visita il nostro account Bluesky
  • Visita il nostro account Mastodon
  • Visita il nostro account Threads
  • Visita la nostra pagina Facebook
  • Visita il nostro account Instagram
  • Visita il nostro account LinkedIn
  • Visita il nostro account TikTok
  • Visita il nostro canale YouTube
  • Visita il nostro account Tumblr
Code is Poetry.