Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
327 views
in Plugins by

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!

Q2A version: latest

Please log in or register to answer this question.

...