Recently Registered

설명

This plugin adds a new, sortable, column to the users lists, which shows the date and time they registered.

Primarily useful for single site (which doesn’t show this at all), on Multisite Networks it adds the user’s registration info for all individual sites.

Privacy Notes

This plugin does not track any additional data other than what WordPress natively collects upon registration. It just makes the data visble.

스크린샷

  • Sample output

설치

No special instructions.

FAQ

Why is the field blank?

Because some other plugins are _doing_it_wrong(). When they created their column, they forgot to have the filter return the previous content, if it’s not their column, so it’s removing it. Since my plugin’s doing it right, I gave it a higher priority to stop that from happening in most cases.

Can I change the date formatting?

Not at this time. The code is hardcoded because so is WordPress and I wanted to keep it matching as much as possible. That means until WP changes how it formats that column, I’m not changing the plugin. It’s translatable, which will allow for different languages to format as needed, but that’s it.

Does this work on MultiSite?

Yes it does. When Network Activated, it adds a column on each sub-site’s user list to show registration date.

Why doesn’t it show registration time on Multisite?

Because Multisite doesn’t show that by default. If you set the request mode from list to excerpt, it’ll show the time. It’s a bit of a complicated way around it, but this stackexchange thread explains it in detail.

Why does it show the registration date/time as ‘Unknown’?

That means the values in the database are set to pre 1970 or post ‘now’ (whenever now is). Basically it had an invalid date.

Does this work on BuddyPress?

Yes!

Why doesn’t this check for Stop Forum Spam anymore?

Overlap. After a lot of testing, I determined that Ban Hammer does this better and cleaner. So if you need that sort of thing, use the right tool.

Why did you remove the separate page?

Because it was redundant. If you can sort it all on one page, why not do that?

후기

2022년 1월 21일
There are far more complicated plugins out there that supposedly let you add a registration column (like Admin Columns), but I couldn't get them to work. This one does the job, quickly and simply. No setup required.
모든 55 평가 읽기

기여자 & 개발자

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

기여자

“Recently Registered”(이)가 4(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

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

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

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

변경이력

3.5

  • 11 May 2022 by Ipstenu
  • Change init to admin_init and restrict calls to wp-admin only (props @dominicp)
  • Date/Time logic

3.4.4

  • 17 September 2021 by Ipstenu
  • PHPCS cleanup
  • Add text domains to dates (props @ Alex Lion)

3.4.3

  • 11 January 2016, by Ipstenu
  • Public functions, what’s your function? (This is not a functional change, just a cleanup)

3.4.2

  • 16 September 2015, by Ipstenu
  • Fixing errant .= from renaming functions. (props @sintro)

3.4.1

  • 05 May 2015, by Ipstenu
  • Typo preventing activation on singlesite SIGH

3.4

  • 05 May 2015, by Ipstenu
  • Now works for Multisite so you can see the registrations per-site
  • Changed formatting to match Multisite’s display
  • Network only if on Multisite (I think only the super-admins should decide this one)