• Resolved egh9

    (@egh9)


    hi
    wpdiscuz not showing in Easy digital download plugin

    i use manul code

    function my_wpdiscuz_shortcode() {
      if (file_exists(ABSPATH . 'wp-content/plugins/wpdiscuz/templates/comment/comment-form.php')) {
          ob_start();
          include_once ABSPATH . 'wp-content/plugins/wpdiscuz/templates/comment/comment-form.php';
          return ob_get_clean();
      }
    }
    add_shortcode('wpdiscuz_comments', 'my_wpdiscuz_shortcode');

    but
    Does not appear properly

    screen photo

    https://pasteboard.co/Iw8gNbA.jpg

    • This topic was modified 6 years, 9 months ago by egh9.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘not working with EDD’ is closed to new replies.