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.

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.

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?

評価

2017年11月2日
Although this plugin has not been updated for 8 months, I wanted to give it a try. I can confirm it works out of the box with WP 4.8.3. and a bunch of third party plugins all up to date. Works like a charme and is a nice and handy tool. Lets hope it gets maintained and updated when needed. Thanks for this nice plugin! Annie
2017年10月20日
Magnifique extension pour parer aux spammeurs : affiche les derniers inscrits.
52件のレビューをすべて表示

貢献者と開発者

Recently Registered はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Recently Registered” は3ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Recently Registered” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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. (hattip 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)