Home › Forums › Front End PM PRO › How to add a form in the page of a new message. › Reply To: How to add a form in the page of a new message.
July 29, 2020 at 3:06 pm
#39813
Alf
Participant
I could not add sentences.
Could you tell me which parts are wrong?
add_filter( ‘fep_before_form_fields’, function( $fields ){
$fields[‘cus_fep_checkbox’] = [
‘where’ => ‘newmessage’,
‘priority’ => 22,
‘cb_label’ => ‘文字数を入力してください。’,
];
return $fields;
});