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?

