get_col($tables_sql, 0); return $tables; } static public function wp_get_relevant_table_names() { global $wpdb; return [ $wpdb->base_prefix . 'options', $wpdb->base_prefix . 'posts', $wpdb->base_prefix . 'postmeta', ]; } }