PATH:
home
/
bkunreyz
/
ezdatarecovery.net
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
hooks
import { getSiteStrings } from '@launch/api/DataApi'; import { useSiteProfile } from '@launch/hooks/useSiteProfile'; import useSWRImmutable from 'swr/immutable'; export const useSiteStrings = () => { const { loading, siteProfile } = useSiteProfile(); const { data, error } = useSWRImmutable( loading ? null : { key: 'site-strings', ...siteProfile }, getSiteStrings, ); return { siteStrings: data, error, loading: !data && !error }; };
[-] useConfetti.js
[edit]
[-] useHomeLayouts.js
[edit]
[-] useFetch.js
[edit]
[-] useSitePlugins.js
[edit]
[-] useTelemetry.js
[edit]
[+]
..
[-] useSiteImages.js
[edit]
[-] useSiteProfile.js
[edit]
[-] usePreviewIframe.js
[edit]
[-] useSiteStyles.js
[edit]
[-] useWarnOnLeave.js
[edit]
[-] useSiteStrings.js
[edit]
[-] useIsMounted.js
[edit]
[-] useSiteLogo.js
[edit]
[-] useSiteQuestions.js
[edit]