Loop over the WP tables October 25, 2015 admin global $wpdb;$wp_tables = $wpdb->tables(); Returns an array of WordPress tables.