Title: Custom HTML?
Last modified: July 10, 2022

---

# Custom HTML?

 *  Resolved [Neo1337](https://wordpress.org/support/users/eminecraft/)
 * (@eminecraft)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/custom-html-19/)
 * Hi,
 * How can I add a custom HTML after the replay button?
 * I use this filter, but when I added it in function.php the comment form is not
   loading anymore.
 *     ```
       add_filter('wpdiscuz_after_reply_button', function ($html, $comment, $user, $currentUser) {
           $html .= '<a href="#">Link</a>';
           return $html;
       }, 10, 4);
       ```
   
 * Also, I see the following error in the console:
 *     ```
       wpdiscuz-combo-no_quill.min.js:6
       SyntaxError: Unexpected end of JSON input
           at parse (<anonymous>)
           at jquery.min.js:2:79470
           at l (jquery.min.js:2:79587)
           at XMLHttpRequest.<anonymous> (jquery.min.js:2:82355)
       ```
   
 * `
 * wpdiscuz_after_reply_button works only if I added non-HTML content, like as:
   
   $html .= ‘some content’;
 * Thanks,
    Alex

Viewing 1 replies (of 1 total)

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/custom-html-19/#post-15817717)
 * Hi Alex
 * Could you please record a video where we can see the issue?

Viewing 1 replies (of 1 total)

The topic ‘Custom HTML?’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * 1 reply
 * 2 participants
 * Last reply from: [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/custom-html-19/#post-15817717)
 * Status: resolved