I use a plugin of my own to protect access to pages built with WP, and if a user is not allowed to see a page, he is automatically redirected to an error page.
This plugin manages authorizations with time period, and a user authorized to see and comment a page one month ago may be not authorized to do so today.
Therefore, I am looking for a solution to customize the URLs used in notification emails: POST_URL, CONFIRM_URL, CANCEL_URL, COMMENT_URL and UNSUBSCRIBE_URL.
Do you provide a WP hook or another feature to manage this?
Hi @atriaforever,
I'm really sorry, but there is no easy way we can recommend. wpDiscuz uses the native (core) wp_mail() function.
You should use the hooks of the function and make it work.
https://core.trac.wordpress.org/browser/tags/5.4/src/wp-includes/pluggable.php#L181