Can I set a maximum of 200 reputation per day?

4.27K viewsGeneral
1

Do you think its a good idea to set a maximum number of reputation points per day, and can I do so?

1

You can use reputation filter to check:

function my_reputation_limit( $user_id, $action_id, $reputation, $type, $current_user_id ){
   // Your logic
}

add_action('ap_added_reputation', 'my_reputation_limit', 10, 5);

Thanks, but sorry, I’m just a poor marketing guy with no coding chops.

Any possibility you could give me some “// Your Logic” examples or tell me where I could find some reference?

Then its gonna be harder for you. I will show an example in my free time.

Thanks Rahul. I know you’re busy so I am not expecting an early answer.

You are viewing 1 out of 2 answers, click here to view all answers.