wpdb = $wpdb; } /** * @return array */ public function get_tables() { return array( $this->wpdb->prefix . 'icl_strings', $this->wpdb->prefix . 'icl_string_translations', ); } }