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;
});