'' . esc_html__( 'Previous', 'broadcast-lite' ) . '',
'next_text' => '' . esc_html__( 'Next', 'broadcast-lite' ) . '',
) );
}
$fields = array(
'author' =>
'',
'email' =>
'',
);
comment_form( array(
'id_form' => '',
'class_form' => 'cp-single__comments-form',
'title_reply' => '',
'title_reply_before' => '',
'fields' => apply_filters( 'comment_form_default_fields', $fields )
));
?>