I have a user role paid_user
Is there way to use this (or any other) hook
https://wpdiscuz.com/docs/codex/actions/wpdiscuz_before_sending_emails/
To filter emails to be sent only for users with a user role paid_user
Thanks!
I have a user role paid_user
Is there way to use this (or any other) hook
https://wpdiscuz.com/docs/codex/actions/wpdiscuz_before_sending_emails/
To filter emails to be sent only for users with a user role paid_user
Thanks!
Hi Tomasz Brzozowski,
You can use the wpdiscuz_email_notification hook for this purpose:
https://wpdiscuz.com/docs/codex/filters/wpdiscuz_email_notification/
Please note all questions related to the free wpDiscuz plugin should be asked in the wpDiscuz.com forum. Here we only support issues related to paid addons.
Can I ask you about how the function for our usecase would look like? Sorry our PHp coding skills are... well there aren't any haha 🙂