'
', 'email' => '
', 'url' => '', 'cookies' => '
' . '
' ); $args = array( 'comment_field' =>'
', 'class_form' => 'comment-form', 'title_reply' => esc_html__( 'Leave A Comment', 'edura' ), 'title_reply_before' => '

', 'title_reply_after' => '

', 'comment_notes_before' => '

'.esc_html__('Your email address will not be published. Required fields are marked *','edura').'

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?','edura' ), admin_url( 'profile.php' ), esc_attr( $user_identity ), wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'class_submit' => 'th-btn', 'submit_field' => '
%1$s %2$s
', 'submit_button' => '', 'fields' => $fields, ); if( comments_open() ) { echo ''; echo '
'; comment_form( $args ); echo '
'; echo ''; }