Reply To: Revive deleted string


Home Forums Front End PM PRO Revive deleted string Reply To: Revive deleted string

#6459
Shamim Hasan
Keymaster

You can change if ($post->post_type = 'fep_message'){ with if ($post->post_type == 'fep_message' && $post->post_parent){
This way it will not run unnecessarily for parent message