gigantor Posted October 20, 2021 Share Posted October 20, 2021 (edited) Hi All, I have a custom PHP block that I'm working on. Question: How do I retrieve the user's Display Name from PHP? Thanks Edited October 20, 2021 by gigantor Link to comment Share on other sites More sharing options...
Marc Posted October 21, 2021 Share Posted October 21, 2021 I will move this to our developer forum, as custom development is outside the scope of support. But something like this will get you what you are looking for $name = \IPS\Member::loggedIn()->name; echo $name; gigantor and Miss_B 1 1 Link to comment Share on other sites More sharing options...
gigantor Posted October 21, 2021 Author Share Posted October 21, 2021 Thank You Sir! Link to comment Share on other sites More sharing options...
Recommended Posts