logged in to post a comment.', 'avata'), wp_login_url( get_permalink() )); ?>

'
', 'email' => '', 'url' => '
' ); return $fields; } global $required_text; $comments_args = array( 'class_submit' => 'submit btn btn-sm', 'comment_notes_before' => '

' . __( 'Your email address will not be published.', 'avata' ) . ( $req ? $required_text : '' ) . '

', // change the title of the reply section 'title_reply'=>__('Leave a Reply', 'avata'), // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', // redefine textarea (the comment body) 'comment_field' => '

' ); ?>