Description
There is a filter available to set a different max line length. The max length of each csv line is 1000 characters. You can override it with the following filter:
Usage
function acfcs_line_length( $length ) {
return $length;
}
add_filter( 'acfcs_line_length', 'acfcs_line_length' );
Used in
- inc/acfcs-functions.php - line 293