Can I set a maximum of 200 reputation per day?
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);
Rahul Aryan commented
Then its gonna be harder for you. I will show an example in my free time.
Terence (Buyer) commented
Thanks Rahul. I know you’re busy so I am not expecting an early answer.
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?