Home › Forums › Front End PM PRO › Need to Update Message Title from Reply Message Meta › Reply To: Need to Update Message Title from Reply Message Meta
October 29, 2019 at 2:42 pm
#30580
David
Participant
Thanks but that is giving an error:
Parse error: syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW), expecting ‘,’ or ‘)’
I tried
$message = fep_get_message( 1 ); //1 is message id which title you want to update
$message->update( ‘mgs_title’, ‘UPDATED TITLE HERE’ );
but that did not work either.