Plugin Directory

Changeset 1427443


Ignore:
Timestamp:
05/31/2016 10:30:30 AM (10 years ago)
Author:
2leonkaden
Message:

ad uninstall.php x2

Location:
webapp-builder/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • webapp-builder/trunk/webapp2.php

    r1427367 r1427443  
    8989}
    9090
    91 // function to drop extra table when deactive plugin
    92 function myxnamewp2_deactivation(){
    93   global $wpdb;
    94   $table = ['nta_admin','nta_article','nta_grid','nta_grid_photo','nta_message'];
    95   foreach ($table as $t) {
    96     $wpdb->query("DROP TABLE IF EXISTS $t");
    97   }
    98 }
    9991
    10092function Zip($source, $destination){
Note: See TracChangeset for help on using the changeset viewer.