Specific Post/Page
-
Hi
A few technical questions, if I may:
Do IPN notifications get processed before or after the email is send?
Can the php tags in the custom email use wordpress features such as global $wpdb to connect to the database and access information?
I have the notification sending data to a plugin that is adding data the some of my own tables. If the notifications are done before the email is send and I can use wp stuff in the email template than I can send the user information from my tables in that email.
To be honest I’m not expecting this to be the case as I suspect the notification will be asynchronous but useful to know so I can plan my purchase process. (Could I hack the code to add a small delay in the email sent or disable the email sending so I handle it myself in my plugin?)
Thanks a lot,
Nigel
The topic ‘Specific Post/Page’ is closed to new replies.