Uncommented two lines that are supposed to delete the image data WordPress options...
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 13 Dec 2016 21:33:17 +0000 (16:33 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 13 Dec 2016 21:33:17 +0000 (16:33 -0500)
models/admin/management/import/memberImages.php

index 95be6fe..b63119c 100644 (file)
@@ -13,8 +13,8 @@ $refTable = $this->config['ref_type_table'][$refType];
 $imageBaseURL = get_option( 'glm-member-db-import-imageurl', false );
 $image = get_option( 'glm-member-db-import-image', false );
 
-//delete_option( 'glm-member-db-import-imageurl', false );
-//delete_option( 'glm-member-db-import-image', false );
+delete_option( 'glm-member-db-import-imageurl', false );
+delete_option( 'glm-member-db-import-image', false );
 
 // If we have image URLs
 if ($image != false) {