[wp-hackers] WordPress MU category tables

Otto otto at ottodestruct.com
Wed Dec 30 20:58:37 UTC 2009


Or, to make it real simple in 2.9 and up:

global $wpdb;
$active_tables = array_diff($wpdb->tables, $wpdb->old_tables);

:)

-Otto
Sent from Memphis, TN, United States


More information about the wp-hackers mailing list