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

#9582
Shamim Hasan
Keymaster

three arguments are sent from fep_action_message_after_send action.
You can use fep_get_message_with_replies( $id ) to get message with replies of given id.
Please see functions.php of this plugin to see code.