This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Users by Date Registered

विवरण

This simple plugin adds a new column to the users table displaying the date the user registered and allows you to filter the users by date.

Support

Use the WordPress.org forums for community support. If you spot a bug, you can of course log it on Github instead where I can act upon it more efficiently.

Please Leave a Review

Your ratings make a big difference. If you like Users by Date Registered, please consider spending a minute or two leaving a review and tell me what you think about the plugin.

More information

इंस्टॉलेशन

Installing “Users by Date Registered” can be done either by searching for “Users by Date Registered” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.

Upgrading

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

समीक्षाएं

नवम्बर 5, 2019
I started to write my own custom code. Then I found this lightweight plugin doing exactly what I need with nice refinements. Thank you!
अगस्त 9, 2019
Just download it and use, simple Congrats to Sébastien!
अक्टूबर 30, 2018
Works as hoped
अक्टूबर 21, 2018
Simple, light weight, and works perfect. i think it should be part of the WP core, but it is not. so i am really happy he created the plugin and added it to the repository. thank toy!
जुलाई 31, 2018
I needed to be able to sort pending users by date registered. Installed the plugin and it just worked! Excellent, thanks for the plugin.
9 के सभी समीक्षा पढ़ें

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

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

योगदानकर्ता

बदलाव विवरण

v1.0.7 – 20th August 2019

  • Added: The date you have selected to filter the users by is shown on the side with the change made to the dropdown.
  • Changed: Dropdown is no longer selected once a date is set to allow you change again with the addition of showing the filter option in the bottom.
  • Fixed: Date registered column no longer overrides other columns to NOT be sortable. Spotted by @benbranyon
  • Tweaked: The dropdown now shows and works in the bottom of the users table. 🎊
  • Tweaked: Changed the use of get_post_time() with mysql2date() for a more accurate conversion of the date.
  • Tweaked: Date registered now shows X days ago time difference within a 7 day window instead of 1 day.

v1.0.6 – 18th July 2019

  • Checked: Compatibility with WordPress 5.2
  • Fixed: $val is returned for default if column is not registered.

v1.0.5 – 16th February 2019

  • New: Ready for WordPress 5.1 release. 🎊

v1.0.4 – 30th November 2018

  • Checked: Compatibility with WordPress 5.0

v1.0.3 – 17th November 2017

  • Added – A prefix to all functions to prevent compatibility issues with other filters or plugins.
  • Changed – User filter now only shows at the top of the users table.
  • Changed – mysql2date() now uses the site date format.
  • Fixed – Users returning empty when “All Dates” is selected.
  • Improved – Inline documentation.
  • Corrected – Localized strings missing the text domain.

v1.0.2 – 17th March 2017

  • Corrected – Textdomain to match plugin slug.
  • Fixed – Compatibility with PHP 7.
  • Fixed – Filter button to identify if the table was filtered from the top or bottom of the table.

1.0.1 – 14th December 2014

  • Fixed – Query issue by removing $wpdb->prepare

1.0.0 – 16th August 2014

  • Initial release