add_filter(
    'wpcp_max_input_bar_value',
    function ( $value ) {
        return 4000;
    }
);