Changeset 1167208
- Timestamp:
- 05/25/2015 03:49:30 PM (11 years ago)
- File:
-
- 1 edited
-
wpgraphicstudio/trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpgraphicstudio/trunk/uninstall.php
r1166341 r1167208 48 48 delete_option( 'wpgs_wpgraphicstudio_email_graphics' ); 49 49 delete_option( 'wpgs_wpgraphicstudio_install' ); 50 delete_option( 'wpgs_wpgraphicstudio_install' );51 50 delete_option( 'wpgs_version_upgraded_from' ); 52 51 52 if ((get_option( 'wpgs_wpgraphicstudio_email_graphics' ) == '') || (get_option( 'wpgs_wpgraphicstudio_remove_settings' ) == 'On')) { 53 $upload_dir = wp_upload_dir(); 54 $removeDir = ABSPATH . ''.$upload_dir.'/wpgs/'; 55 recursiveRemove("$removeDir"); 56 } 53 57 58 59 60
Note: See TracChangeset
for help on using the changeset viewer.