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',...