WordPress.org

Indonesia

  • Tema
  • Plugin
  • Berita
  • Bantuan
  • Tentang
  • Komunitas
  • Poliglot
  • Gunakan WordPress
Gunakan WordPress
WordPress.org

Plugin Directory

Admin Users Logged In

  • Kirim plugin
  • Favorit saya
  • Login
  • Kirim plugin
  • Favorit saya
  • Login

Admin Users Logged In

Oleh Marcel Pol
Unduh
  • Detail
  • Ulasan
  • Instalasi
  • Pengembangan
Bantuan

Deskripsi

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.

Tangkapan Layar

  • Dashboard widget with admin users and their last login.

Instalasi

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

Ulasan

Perfect

Pieterjan Deneys 2 Juni 2021
Thanks to the easily editable language file, I was able to translate this plugin to my wishes. 🙂 Edit: which is now possible! THANKS!
Baca semua 1 ulasan

Kontributor & Pengembang

“Admin Users Logged In” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor
  • Marcel Pol

“Admin Users Logged In” telah diterjemahkan dalam 2 bahasa. Terima kasih kepada para penerjemah untuk kontribusi-nya.

Terjemahkan “Admin Users Logged In” dalam bahasa Anda.

Tertarik mengembangkan?

Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.

Log Perubahan

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

  • Versi 1.0.6
  • Diperbarui 3 minggu yang lalu
  • Instalasi Aktif 200+
  • Versi WordPress 4.4 atau yang terbaru
  • Diuji hingga 6.8.1
  • Versi PHP 7.0 atau yang terbaru
  • Bahasa

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

    Terjemahkan dalam bahasa Anda

  • Tag
    dashboard widgetlast login
  • Tampilan lanjut

Rating

5 dari 5 bintang.
  • 1 5-bintang 5 bintang 1
  • 0 4-bintang 4 bintang 0
  • 0 3-bintang 3 bintang 0
  • 0 2-bintang 2 bintang 0
  • 0 1-bintang 1 bintang 0

Tambahkan ulasan saya

Lihat semua ulasan

Kontributor

  • Marcel Pol

Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

Lihat forum bantuan

  • Tentang
  • Berita
  • Hosting
  • Privasi
  • Tampilan
  • Tema
  • Plugin
  • Pola
  • Belajar
  • Bantuan
  • Developer
  • WordPress.tv ↗
  • Terlibat
  • Kegiatan
  • Donasi ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Indonesia

  • Kunjungi halaman Facebook kami
  • Kunjungi akun X (sebelumnya Twitter) kami
  • Visit our Mastodon account
  • Kunjungi akun Instagram kami
  • Kunjungi akun LinkedIn kami
  • Kunjungi channel YouTube kami
Kode adalah Puisi.