Reply To: How to link the participants name to their profile?


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?

#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.