Limit questions per day and anonymous user

3.54K viewsGeneralfeatures
0

Is there please some function for limit anonymous questions per day?

for example: you can ask from Monday to Friday, only 10 questions a day?

 

Thanks for your time

0

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.

commented on answer

Thanks! I try it.