Reply To: show and reply to specific message ID


Home Forums Front End PM PRO show and reply to specific message ID Reply To: show and reply to specific message ID

#8361
Shamim Hasan
Keymaster

when message is sent fep_action_message_after_send is fired. first argument is message id of newly created message.

If you want to show only one message then you have to custom code for that. You can use fep_get_message_with_replies() function to retrieve any message and show them anywhere.