Please or Register to create posts and topics.

How can I display the registration date in the user block?

Hello

How can I display the registration date in the user block?

It’s best to make it visible only to logged-in users.

Nur ein Biker weiß, warum ein Hund seinen Kopf aus einem Autofenster steckt.
Only a biker knows why a dog sticks its head out a car window.

Hi @biker

Sorry for the late reply! 🙂 The following code should help you to receiver the registration-date of a user:

$userData = get_user_by('id', $user_id);
echo $userData->user_registered;

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

@asgaros

Thank you for your help.

To which file and where do I need to include this code?

 

Nur ein Biker weiß, warum ein Hund seinen Kopf aus einem Autofenster steckt.
Only a biker knows why a dog sticks its head out a car window.