Manage Currency

Discussion in 'GeoCraft WordPress Theme' started by jwalling, Apr 29, 2014.

  1. jwalling

    jwalling New Member

    Joined:
    Aug 26, 2012
    Messages:
    11
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check your issue and solve it.


    Thanks & Regards
    Gourav Shrivastava
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Issue resolved, Please check your dashboard.

    Thanks & Regards
    Gourav Shrivastava
     
  4. jwalling

    jwalling New Member

    Joined:
    Aug 26, 2012
    Messages:
    11
    Likes Received:
    0
    Thank you. Can you share with me the files that had been changed please?
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We have used the same process that is provided in the thread given above by you, but we have replaced the code with the code given below
    Code:
     global $wpdb; //required global declaration of WP variable
     
    $table_name = $wpdb->prefix.'currency';
     
    $sql = "DROP TABLE ". $table_name;
     
    $wpdb->query($sql);
    

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page