Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #9444, comment 24


Ignore:
Timestamp:
02/15/2015 09:49:14 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9444, comment 24

    initial v1  
    44
    55I can use something like the following code to gather the necessary credentials to instantiate an wpdb class and assign it to global variable $wpdb, and then use the WP Transient API, I think.
    6 
     6{{{
    77$array = file("wp-config.php");
    88$dbArray = array();
     
    1616    }
    1717}
    18 
     18}}}