"

", "email" => "

", "url" => "

", ); $comment_field = '

'; function dt_move_comment_field_to_bottom( $fields ) { if( cs_get_option('privacy-commentform') == "true" ) { $content = do_shortcode( cs_get_option('privacy-commentform-msg') ); $fields['comment-form-dt-privatepolicy'] = '

'; } return $fields; } add_filter( 'comment_form_fields', 'dt_move_comment_field_to_bottom' ); ?> comment_status) : $comments_args = array( 'title_reply' => esc_html__( 'GIVE A REPLY','whistle' ), 'fields' => $fields, 'comment_field' => $comment_field, 'comment_notes_before' => '', 'comment_notes_after' => '', 'label_submit'=> esc_html__('Submit Comment','whistle') ); comment_form($comments_args); ?>