Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
236 views
in Q2A Core by
Hi,

If the level of the user who posts an answer is > Expert, I will publish the post to FB Page.

I'm developing this plugin and need to know in events, how I can easily get the level of the user who posted an answer.

So far I found the level in qa_post_get_full($params['postid']), but I think there must be a smarter way.

Thank you.

1 Answer

+2 votes
by
Found it, it's qa_get_logged_in_level()
...