Add bedrock support

Would it be possible to add support for bedrock? Right now when logging out the plugin uses site_url which in bedrock redirects to https://url.com/wp instead of https://url.com . In normal wordpress home_url and site_url do the same, but in bedrock it site_url adds /wp. The solution is to never use site_url unless you really mean to use the file path and not the base URL. Using home_url is generally the best practice.