i want to show user registration date like Member since: 15,dec 2012.
I have a code
<?php echo date("M Y", strtotime(get_userdata(get_current_user_id( ))->user_registered)); ?> but it show same date in all users profiles. Can some one please tell me how i fix that.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
You have to get all users:
|
|||||||||||||
|