I am pretty new to WordPress.
I am setting up a profile page in WordPress, and I am trying to display the registration date using the meta_key in the profile page to show the date the user joined.
What is the meta_key for user registration date, if it exists, if it does not how can I create a meta-key? Plus how can I return it in the 'DD/MM/YYYY' date format?
The key for user registered date (actually date and time) is
user_registered. It's saved as a string inY-m-d H:i:sformat. "DD/MM/YYYY" isn't a PHP/Wordpress date format, but I think you meand/m/Y.How you extract the data will depend on how you're getting the user. So for current user you could try: