-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate compatibility with WPML, Polylang, etc #231
Comments
This came up again with the WPGlobus plugin: https://wordpress.org/support/topic/does-not-display-9/ The |
One possibility would be to use the |
Perhaps instead of |
No, that won't work either. When WordPress core is installed in a subdirectory that is different than the site root, this would result in something like |
Perhaps what is needed is the logic from $url = trailinglsashit( set_url_scheme( get_option( 'home' ), 'https' ) ); |
@lkraav Would you give this fix a try: #266 (comment) Instead of bypassing the |
Apparently it's still not working properly with Polylang: https://wordpress.org/support/topic/nothing-has-changed-after-installation/ |
When a translation plugin forces the
home_url()
to have a language-specific prefix, this could cause problems for thestart_url
in the web app manifest and also the service worker URL.See https://wordpress.org/support/topic/compatibility-with-wpml-70/
The text was updated successfully, but these errors were encountered: