Title: shortcode dosen&#8217;t work after update 7 version
Last modified: June 5, 2020

---

# shortcode dosen’t work after update 7 version

 *  Resolved [Bakhshi](https://wordpress.org/support/users/bakhshi/)
 * (@bakhshi)
 * [6 years ago](https://wordpress.org/support/topic/shortcode-dosent-work-after-update-7-version/)
 * Hello
    I’ve used the following code for shortcodes before and it worked fine!!!!!
   But now! after updating the plugin, this code dose not works and the commentes
   are not displayed!!!!
 *     ```
       function my_wpdiscuz_shortcode() {
          if(file_exists(ABSPATH . 'wp-contents/plugins/wpdiscuz/templates/comment/comment-form.php')){
             include_once ABSPATH . 'wp-contents/plugins/wpdiscuz/templates/comment/comment-form.php';
          }
       }
       add_shortcode( 'wpdiscuz_comments', 'my_wpdiscuz_shortcode' );
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-dosent-work-after-update-7-version%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [6 years ago](https://wordpress.org/support/topic/shortcode-dosent-work-after-update-7-version/#post-12945414)
 * Hi [@bakhshi](https://wordpress.org/support/users/bakhshi/),
    The code is changed,
   you should remove the old code and use the code mentioned in this support topic:
   [https://wpdiscuz.com/community/plugin-update-issues/problem-wpdiscuz-comments/#post-595](https://wpdiscuz.com/community/plugin-update-issues/problem-wpdiscuz-comments/#post-595)

Viewing 1 replies (of 1 total)

The topic ‘shortcode dosen’t work after update 7 version’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/shortcode-dosent-work-after-update-7-version/#post-12945414)
 * Status: resolved