Hello my friends!
I am working at a plugin for Q&A and I need your help:
When a user published a question and someone answered, the user gets updated about the answer at "my content":
My question:
In the context of writing a plugin, how to get informed by the API, if there is a new update for a user?
I know, that I have to work with events, but is there a function I can hack, which is called every time a user update appears?
I found in qa-event-updates.php the method qa_create_event_for_q_user() - is this the function, which is called every time a user gets a new update (updates by favourites are nicht relevant for me)?
Thank you a lot!