wpDiscuz Integration
3
Posts
2
Users
0
Reactions
690
Views
Jun 21, 2022 9:49 am
We are very successfully using wpdiscuz 7 with LearnDash4
We have many classes/groups doing the same lesson and would like to display their group, alongside their name. Can we use LD shortcode?
2 Replies
Jun 21, 2022 12:19 pm
You can use the wpdiscuz_after_comment_author hook. More info here:
https://wpdiscuz.com/docs/codex/filters/wpdiscuz_after_comment_author/
You'll just need to make the do_shortcode(), before returning HTML.
Small hint: