Home › Forums › Front End PM PRO › show and reply to specific message ID › Reply To: show and reply to specific message ID
December 6, 2017 at 10:18 pm
#8361
shamim
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.