Hi guys, I was wondering if you can help me get this code working again. It has stopped working after upgrading to es 1.3.x. what this code does is to display the users city and state. in the user's profile header. I also tried it in the stream next to the username but that didn't work.
<?php if ($user->getFieldValue('ADDRESS1')) { ?>
<?php echo $user->getFieldValue('ADDRESS1')->value->city; ?> <?php echo $user->getFieldValue('ADDRESS1')->value->state; ?>
<?php } ?>
I thank you for your help