_db = $wpdb; } /** * @return \wpdb */ public function get_db() { return $this->_db; } }