'
', 'email' => '
', 'url' => '
', 'phone' => '
', 'comment' => '
', 'cookies' => '', ); if ( is_user_logged_in() ) { $comment_field = '
'; } else { $comment_field = '
'; } $args = array( 'class_container' => 'post-comment-sec', 'must_log_in' => '', 'logged_in_as' => '', 'class_submit' => 'btn-default', 'title_reply_before' => '

', 'title_reply_after' => '

', 'comment_notes_before' => sprintf( '%s', esc_html__( 'Please sing in to post your comment or singup if you don\'t have account.', 'bizindustries' ) ), 'comment_field' => $comment_field, 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'submit_field' => '
%1$s %2$s
', 'submit_button' => '', 'label_submit' => esc_html__( 'Post Comment', 'bizindustries' ), ); comment_form( $args ); ?>