http_request( 'GET', 'website-planner/session/home-screen', [ 'headers' => [ 'x-host-site-title' => (string) get_bloginfo( 'name' ), 'x-host-site-context' => (string) get_bloginfo( 'description' ), ], ], [ 'return_type' => static::HTTP_RETURN_TYPE_ARRAY, ] ); } }