Limit questions per day and anonymous user
Hello Daniel,
There is not any inbuilt function but it can be achieved easily. You have to override function ap_user_can_ask().
Save questions of user in a meta and then check numbers of question user have asked in above function.
Daniel Dostál commented on answer
Thanks! I try it.