How to check if a user is logged in in socialengine <?php if( $this->viewer->getIdentity()) : ?> //user is login <?php endif; ?>
Post a Comment