WordPress.org

Hindi

  • थीम्स
  • प्लगइन्स
  • समाचार
  • सहायता
  • हमारे बारे में
  • टीम
  • वर्डप्रेस प्राप्त करें
वर्डप्रेस प्राप्त करें
WordPress.org

Plugin Directory

Admin Users Logged In

  • Submit a plugin
  • मेरे प्रिय
  • Log in
  • Submit a plugin
  • मेरे प्रिय
  • Log in

Admin Users Logged In

Marcel Pol द्वारा
डाउनलोड
  • विवरण
  • समीक्षा
  • स्थापना
  • विकास
समर्थन

विवरण

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.

स्क्रीनशॉट्स

  • Dashboard widget with admin users and their last login.

इंस्टॉलेशन

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

समीक्षाएं

Perfect

Pieterjan Deneys जून 2, 2021
Thanks to the easily editable language file, I was able to translate this plugin to my wishes. 🙂 Edit: which is now possible! THANKS!
1 के सभी समीक्षा पढ़ें

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता
  • Marcel Pol

“Admin Users Logged In” has been translated into 2 locales. Thank you to the translators for their contributions.

Translate “Admin Users Logged In” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

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.

मेटा

  • संस्करण 1.0.6
  • Last updated 2 महीना पहले
  • Active installations 200+
  • WordPress version 4.4 या ज्यादा
  • Tested up to 6.8.1
  • PHP version 7.0 या ज्यादा
  • Languages

    Dutch, Dutch (Belgium), और English (US).

    अपनी भाषा में अनुवादित करें

  • Tags
    dashboard widgetlast login
  • Advanced View

मूल्यांकन

5 out of 5 stars.
  • 1 5-star review 5 stars 1
  • 0 4-star reviews 4 stars 0
  • 0 3-star reviews 3 stars 0
  • 0 2-star reviews 2 stars 0
  • 0 1-star reviews 1 star 0

मेरी समीक्षा जोड़ें

See all reviews

योगदानकर्ता

  • Marcel Pol

समर्थन

कुछ कहना है? कोई मदद चाहिए?

समर्थन फोरम देखें

  • बारे में
  • समाचार
  • होस्टिंग
  • गोपनीयता
  • शोकेस
  • थीम्स
  • प्लगइन
  • पैटर्न्स
  • सीखे
  • सहायता
  • डेवलपर्स
  • WordPress.TV ↗
  • शामिल होइये
  • ईवेंट्स
  • दान करें ↗
  • भविष्य के लिए पांच
  • वर्डप्रेस.कॉम ↗
  • मैट ↗
  • बीबीप्रेस ↗
  • बडीप्रेस ↗
WordPress.org
WordPress.org

Hindi

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • हमारे फेसबुक पेज पर जाएँ
  • हमारे इंस्टाग्राम अकाउंट पर जाएं
  • हमारे लिंक्डइन खाते पर जाएँ
  • Visit our TikTok account
  • हमारे यूट्यूब चैनल पर जाएं
  • Visit our Tumblr account
कोड काव्य हैं।