wordpress, csv importer not importing all of the csv file
quick fix. just add the following script around line 179 of cvs_importer.php:
set_time_limit ( 600 ) ;
Set the 120 num to your desired run time in seconds.
quick fix. just add the following script around line 179 of cvs_importer.php:
set_time_limit ( 600 ) ;
Set the 120 num to your desired run time in seconds.