We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac360cc commit f362d6fCopy full SHA for f362d6f
wp-serverless-api.php
@@ -33,7 +33,7 @@ function compile_db(
33
if (getenv("SHIFTER_ACCESS_TOKEN") === false) {
34
$url = 'https://demo.wp-api.org/wp-json/wp/v2/' . $route;
35
} else {
36
- $url = '/wp-json/wp/v2/' . $route;
+ $url = esc_url( home_url( '/' ) ) . 'wp-json/wp/v2/' . $route;
37
}
38
39
$jsonData = json_decode( file_get_contents($url) );
0 commit comments