Spring naar de inhoud
  • Aanmelden
  • Registreren
WordPress.org

Nederlands (België)

  • Thema's
  • Plugins
  • Nieuws
  • Over
  • Meetups
  • Vertaling
  • Contact
  • Download WordPress
Download WordPress

Plugins

  • Mijn favorieten
  • Beta-testen
  • Ontwikkelaars
Download

When Last Login

Door Yoohoo Plugins
  • Details
  • Beoordelingen
  • Installatie
  • Ontwikkeling
Ondersteuning

Beschrijving

A lightweight plugin that allows you to see active users according to their last login time/date. No need to configure, simply activate When Last and you’re ready to go! This adds a custom column to your WordPress users list of “Last Login” and a timestamp linked to that user.

Functies

  • Show when last a user has logged into your site.
  • Sorts users according to last login time stamp (Ascending/Descending) in the WordPress user list.
  • Administrator widget for top 3 users according to login count.
  • Integrates with Paid Memberships Pro 1.8+ – Add’s a ‘Last Logged In’ column to the ‘Members List’.
  • Generates a login history table under ‘When Last Login’ > ‘All Login Records’.
  • Hooks en filters voor ontwikkelaars.
  • Record the user’s last IP address when logging into your WordPress website (Optional Setting).
  • A variety of Premium and Free add-ons available.

Gratis add-ons

  • When Last Login – Welcome Email
  • When Last Login – Exporteer gebruikerrecords

Premium add-ons

  • When Last Login – Slack notificaties
  • When Last Login – User Statistics
  • When Last Login – Zapier integrate

When Last Login in your Language

We need your help to translate When Last Login into your locale. To translate When Last Login, simply visit https://translate.wordpress.org/projects/wp-plugins/when-last-login

Traceer je leden beter

You are able to track which members login to your site by simply sorting your default user’s list according to when last the user was seen in easily readable text such as “X Min/Hours/Days/Weeks/Months/Years”.

Plugins that When Last Login integrates with

Here is a list of plugins we currently support:

  • Paid Memberships Pro

If you have a plugin and would like to integrate with When Last Login, please open a support thread.

Hulp nodig

Something not working as intended or have a question about functionality of When Last Login. Open a support thread

Schermafbeeldingen

  • When Last Login - User's list custom last login field with sorting according to "Last Login" time.
  • When Last Login - Show top 3 user login (includes 'administrators' in free version)

Installatie

  1. Upload the plugin files to the ‘/wp-content/plugins’ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activeer de plugin via ‘Plugins’ scherm in WordPress.
  3. Navigeer naar “Alle gebruiker” en gegevens zullen getoond worden onder ‘Laatst gezien’
  4. Users that have not yet logged in with ‘When Last’ active will show Never.

FAQ

What does When Last Login do exactly?

When Last Login allows you to see when last users have logged into your WordPress website. This is great for big sites that require user management.

Is When Last Login GDPR conform?

Since version 1.0, we have made it easier to be GDPR compliant. With this being said, you need to take the necessary steps in order to become GDPR compliant – we are not a law firm!

Is deze plugin gratis?

Yes, When Last Login is a free plugin for WordPress. We are looking into possibilities of creating a Pro version with a lot more features around the user data of WordPress users. We rely heavily on donations to keep all of our plugins free. If you wish to donate, please click on the donation link on the WordPress repository.

Where is the When Last Login settings page?

The settings page is found under the menu item ‘When Last Login’ within the WordPress dashboard.

Hoe kan ik gegevens verwijderen die ik niet langer nodig heb?

Inside your WordPress dashboard, navigate to ‘When Last Login’ -> ‘Settings’. Under the ‘Tools’ heading, you will have a couple of actions that you can run, such as clear old login records, clear all login records and clear IP Addresses.

I have installed When Last but users are showing “Never” under “Last Login”?

This is because users have not logged in since you have activated “When Last Login”. By default we set the “Last Login” to “Never” but this can be easily changed. Once a user logs into your site, their profile will be updated from “Never” to a timestamp.

I have updated and lost my ‘Login Records’ link in the WordPress dashboard

As of version 0.6 the ‘Login Records’ has been moved under the ‘Users’ link in the admin dashboard.
Version 0.7 introduced a settings page menu item. The ‘Login Records’ can now be found under the ‘When Last Login’ menu item.

How can I hide the ‘All Login Records’?

Inside your WordPress dashboard navigate to ‘When Last Login’ -> ‘Settings’ and deselect this option.

How can I hide the ‘Top 3 Users’ widget?

Add the following snippet of code to your theme’s functions.php or custom plugin – add_filter( ‘when_last_login_show_admin_widget’, ‘__return_false’ );

Beoordelingen

Popunder in code source…. be careful

klixtorg 19 oktober 2022 2 reacties
This plugin has a popunder code inside. Be careful. Just delete it and the issues are resolved.

very helpful

pagrob 27 augustus 2021
it also works very well with version 5.8 WP and gives you the ability to immediately see users who have been inactive for a long time

Geweldig

marcelkraan 11 november 2020
Ik wilde eerst de plugin zelf maken omdat ik er geen kon vinden... en ineens was hij daar... scheelt een hoor werk.. dank je wel

Clear and perfect

deLight 17 oktober 2019
If you are looking for login history with a rating system, this is the best solution! IMHO

Users – at a glance!

davi8r 5 augustus 2018 1 reactie
Its great to be able to view all users and see, at a glance, who has logged in recently, who has never logged in, etc. This makes it easy to spot and delete inactive, possibly robot-created spam users. Simple and easy-to-use.

Works!

thatwpdude 2 juli 2018 1 reactie
Thank you for this plugin, it works great and I have purchased one of your premium add ons as well. Great support! Definitely recommend.
Lees alle 33 beoordelingen

Bijdragers & ontwikkelaars

“When Last Login” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers
  • Andrew Lima
  • Yoohoo Plugins
  • Travis

“When Last Login” is vertaald in 3 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “When Last Login” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.2.2 – 2023-02-28

  • SECURITY: Added in nonce for hiding the admin notice shown on the settings page.
  • BUG FIX: Fixed minor issue where admins weren’t being correctly excluded from the user query for the login widget.

1.2.1 – 2021-09-21

  • Enhancement: Removed admin users from being tracked in WLL dashboard statistics.
  • Bug Fix: Issue with order by not correctly set in the dashboard statistics.

1.2

  • Security: Added nonces to settings page.
  • Enhancement: Moved notice from all dashboard pages to only show on dashboard page.
  • Enhancement: All login records functionality improvement to support PHP 7.4 – Thanks @walle98

1.1

  • Enhancement: Support Privacy Changes coming to WordPress 4.9.6
  • Enhancement: Additional Hooks added.

1.0

  • Enhancement: Changed admin icon for menu.
  • Enhancement: Added in tools to delete existing data from WordPress dashboard.
  • Enhancement: Added in IP Anonymization for IP address tracking to support GDPR.
  • Bug Fix: Removed IP address column from users table, if not recording IP’s.
  • Enhancement/Bug Fix: General speed improvements where possible.

0.9

  • Enhancement: Multisite Support – Dashboard widget
  • Enhancement: Multisite Support – User activity is now visible in the network admin’s ‘Users’ page
  • Bug Fix: Fixed an undefined variable when logging in

0.8

  • Enhancement: If enabled, user’s IP address is availableon the ‘Users’ profile page
  • Enhancement: If enabled, user’s IP address is recorded on registration
  • Verbeteringen aan de add-ons pagina
  • Enhancement: User IP address is now visible for each login record if enabled

0.7

  • New Feature: Settings page introduced
  • New Feature: Ability to record a user’s IP address when logging in
  • Enhancement: Login Records moved under the ‘When Last Login’ menu item
  • Nieuwe hook toegevoegd: ‘wll_settings_admin_menu_item’
  • Nieuwe hook toegevoegd: ‘wll_logged_in_action’

0.6

  • Enhancement: Moved ‘All Login Records’ underneath ‘Users’ link in dashboard.
  • Filter: ‘when_last_login_show_records_table’. Aanvaard boolean (standaard: true).
  • Filter: ‘when_last_login_show_admin_widget’. Aanvaard boolean (standaard: true).

0.5

  • Enhancement: Ability to see which users have logged in and at what times ( Custom Post Type ) – @jarrydlong
  • Bug Fix: return default value for column data if no data is found – @seagyn
  • Verbetering: verbeterde code leesbaarheid

0.4

  • Enhancement: Dashboard widget added to display top users with user count.

0.3

  • Enhancement: Implemented multi language support and a couple of language files.
  • Language Support: French, Spanish, German and Italian

0.2

  • Bug Fixes: fixed missing ‘static’ on function ‘sort_by_login_date’
  • Error Handling: Check if ‘Paid Memberships Pro’ is installed, if not return from the function

0.1

  • Eerste release

Meta

  • Versie: 1.2.2
  • Laatst bijgewerkt: 4 weken geleden
  • Actieve installaties: 30.000+
  • WordPress versie: 5.0 of nieuwer
  • Getest t/m: 6.1.1
  • PHP versie: 7.2 of nieuwer
  • Talen:

    Dutch, Dutch (Belgium), English (South Africa), en English (US).

    Vertaal in jouw taal

  • Tags:
    last logged inlast loginlast seenuser loginuser login time
  • Geavanceerde weergave

Beoordelingen

Bekijk alle
  • 5 sterren 30
  • 4 sterren 0
  • 3 sterren 0
  • 2 sterren 2
  • 1 ster 1
Log in om een beoordeling te versturen.

Bijdragers

  • Andrew Lima
  • Yoohoo Plugins
  • Travis

Ondersteuning

Opgeloste problemen in de laatste twee maanden:

3 van de 3

Het supportforum bekijken

Doneren

Wil je de groei van deze plugin ondersteunen?

Doneer aan deze plugin

  • Over
  • Nieuws
  • Hosting
  • Doneer
  • Swag
  • Documentatie
  • Ontwikkelaars
  • Raak betrokken
  • Leren
  • Showcase
  • Plugins
  • Thema's
  • Patronen
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Publieke code
WordPress.org
WordPress.org

Nederlands (België)

  • Onze Facebookpagina bezoeken
  • Ons Twitteraccount bezoeken
  • Bezoek onze Instagram account
  • Bezoek onze LinkedIn account
Code is Poetry.