Home › Forums › Front End PM PRO › Update Parent Meta › Reply To: Update Parent Meta
September 27, 2019 at 11:25 am
#29492
David
Participant
Hi,
Thanks, I cannot make it update the parent message meta. It adds to the reply meta ok but it doesn’t update. The first value goes to the parent but after that it does not update.
if ( ! empty( $message[‘cus_fep_textbox15’] ) ) {
fep_add_meta( $message_id, ‘cus_fep_textbox15’, $message[‘cus_fep_textbox15’], true );
fep_update_meta( $new_message->mgs_parent, ‘cus_fep_textbox15’, $message[‘cus_fep_textbox15’], true );
}
Any ideas?