ECI: WP_ECIAUTOPILOT
Added in Easy CSV Importer version 6.4.7 This term “WP_ECIAUTOPILOT” is a PHP constant, a type of variable. We can use it to disable all things automatic within Easy CSV Importer without having to change settings for the plugin or individual projects. We can do this from the plugins interface but in the event of an issue with settings that relate to anything automatic we can make use of this new constant. This ability is mainly for use during testing. You will find it in the eci_i_variables.php file currently stored in the include folder. The line you need to edit is currently on line 8 and all you need to do is change the value at the end too “on” or “off”.
Automatic to Autopilot
Until now I refer to automatic events in ECI as Automatic Updating or Automatic Post Creation but you will also see me using Autopilot now.