Guest User

Untitled

a guest
Feb 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // Replay Button Click To Page Note Loading
  2.  
  3. function consult_wpb_move_comment_field_to_bottom( $fields ) {
  4.  
  5. $comment_field = $fields['comment'];
  6. unset( $fields['comment'] );
  7. $fields['comment'] = $comment_field;
  8. return $fields;
  9. }
  10.  
  11. add_filter( 'comment_form_fields', 'consult_wpb_move_comment_field_to_bottom' );
Add Comment
Please, Sign In to add comment