Skip to content

Commit

Permalink
Flush cache after each process.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitusp committed Jan 29, 2016
1 parent 5539e26 commit b4468ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rs-csv-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ function process_posts() {
}

echo '</li>';

wp_cache_flush();
}
}

Expand Down

0 comments on commit b4468ea

Please sign in to comment.