zohaib87
2/15/2016 - 5:39 PM

Comment textarea to bottom.php

function _xe_comment_field_to_bottom( $fields ) {

  $comment_field = $fields['comment'];
  unset( $fields['comment'] );
  $fields['comment'] = $comment_field;
  return $fields;

}
add_filter( 'comment_form_fields', '_xe_comment_field_to_bottom' );