Added image data options clearing to initial member import model.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 13 Dec 2016 21:38:50 +0000 (16:38 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 13 Dec 2016 21:38:50 +0000 (16:38 -0500)
models/admin/management/import/members.php

index f573ec2..22932dd 100644 (file)
@@ -3,6 +3,10 @@
  * Import Members
  */
 
+// Clear image data options from WordPress in case they were left set. This prevents re-importing images without
+delete_option( 'glm-member-db-import-imageurl', false );
+delete_option( 'glm-member-db-import-image', false );
+
 /*
  * Check all input
  */