Skip to content

Commit 3bb3891

Browse files
committed
Add hosting_provider_guess field to wpcom sites API request
1 parent e713958 commit 3bb3891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hooks/use-fetch-wpcom-sites/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ export const useFetchWpComSites = ( connectedSiteIdsOnlyForSelectedSite: number[
164164
path: `/me/sites`,
165165
},
166166
{
167-
fields: 'name,ID,URL,plan,capabilities,is_wpcom_atomic,options,jetpack,is_deleted',
167+
fields:
168+
'name,ID,URL,plan,capabilities,is_wpcom_atomic,options,jetpack,is_deleted,hosting_provider_guess',
168169
filter: 'atomic,wpcom',
169170
options: 'created_at,wpcom_staging_blog_ids',
170171
site_activity: 'active',

0 commit comments

Comments
 (0)