How to retrieve Registration Date

In the Admin area, when you click on “All Users” you can see the S2Member “Registration Date”. How do you get this date? Looking for one of 1) wp_usermeta meta_key name, 2) API function or 3) API Constant that allows me to get this. No luck so far…

Thanks!

Hi Glenn,

  1. wp_usermeta meta_key name

user_registered in wp_users.

  1. API function

https://www.s2member.com/codex/stable/s2member/api_functions/package-functions/#src_doc_s2member_registration_time()

  1. API Constant that allows me to get this

WP admin > s2Member > API / Scripting > s2Member PHP/API Constants > S2MEMBER_CURRENT_USER_REGISTRATION_TIME

:slight_smile:

Thanks so much Cristian! Exactly what I needed.
Glenn

1 Like