이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

후기

2019년 11월 5일
I started to write my own custom code. Then I found this lightweight plugin doing exactly what I need with nice refinements. Thank you!
2019년 8월 9일
Just download it and use, simple Congrats to Sébastien!
2018년 10월 21일
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!
2018년 7월 31일
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 평가 읽기

기여자 & 개발자

“Users by Date Registered”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Users by Date Registered”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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