customize URL in no...
 
Share:
Notifications
Clear all

[Closed] customize URL in notification emails

2 Posts
2 Users
0 Likes
933 Views
Posts: 15
Topic starter
(@atriaforever)
Eminent Member
Joined: 4 years ago

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? 

1 Reply
Asti
Posts: 7039
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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

Share: