acfcs_line_length()

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

  1. function acfcs_line_length( $length ) {
  2.     return $length;
  3. }
  4. add_filter( 'acfcs_line_length', 'acfcs_line_length' );

Used in