Problem with bedrock installation
-
Hello,
Your plugin doesn’t work with the bedrock stack, because the function
get_site_url()
returns the home url with the/wp
path appended (see https://discourse.roots.io/t/site-url-returning-wp/12270).For this reason, every time that the function is used in the plugin to create the url to the
wp-json
path it returnswww.mydomain.com/wp/wp-json/wslu-social-login/
An alternative could be to use
get_home_url
instead.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.