storage->get_oauth(); $headers = $this->get_headers(); $account = new Account( $oauth_storage, TokenType::wordpress(), $headers ); $account->setBaseUrl( $this->config->get_account_url() ); return $account; } }