Jul 16, 2020 7:51 am
Wed like to add a custom badge under / Next to where the current author badge sits.
With the old plugin there was some hooks we could get to to control this as it integrated with others (now it looks to only to cred)
Is there still a hook we can utilise - we want to show Membership status? (and it doest utilise group / role).
We found we could edit label.html but we cant add any php code to this can we?
1 Reply
Jul 16, 2020 8:47 am
Hi @oempire,
You can use the "wpdiscuz_after_label" hook to add a custom badge.
More information here:
https://wpdiscuz.com/docs/codex/filters/wpdiscuz_after_label/