Home › Forums › Front End PM PRO › How to link the participants name to their profile? › Reply To: How to link the participants name to their profile?
July 2, 2019 at 9:37 am
#26417
Shamim Hasan
Keymaster
You can check if it is view message page first.
So your code line if( function_exists( 'um_fetch_user' ) ){ will be if( function_exists( 'um_fetch_user' ) && isset( $_GET['fepaction'] ) && 'viewmessage' === $_GET['fepaction'] ){
Let me know.