not working with EDD
-
hi
wpdiscuz not showing in Easy digital download plugini 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 properlyscreen photo
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.