Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Shortcode not working for latest updated

$
0
0

Replies: 0

Hi,

The code for the shortocde was working in the older plugin version. However, since the lastest updated the shortcode is not showing up anymore.

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’);

Thanks


Viewing all articles
Browse latest Browse all 59525

Trending Articles