Skip to content

Commit

Permalink
Remove references to getCustomerPrivacy from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbshop committed Oct 14, 2024
1 parent 5191208 commit 70c441f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const data: ReferenceEntityTemplateSchema = {
isVisualComponent: false,
related: [],
description:
'A hook that loads the [Customer Privacy API](/docs/api/customer-privacy).\n\nYou can get the customer privacy instance with `getCustomerPrivacy()`.\n\nYou can also listen to a `document` event for `shopifyCustomerPrivacyApiLoaded`. It will be emitted when the Customer Privacy API is loaded.',
'A hook that loads the [Customer Privacy API](/docs/api/customer-privacy).\n\nYou can also listen to a `document` event for `shopifyCustomerPrivacyApiLoaded`. It will be emitted when the Customer Privacy API is loaded.',
type: 'hook',
defaultExample: {
description: 'This is the default example',
Expand Down Expand Up @@ -37,7 +37,7 @@ const data: ReferenceEntityTemplateSchema = {
description: 'Example usage with `useAnalytics`:',
exampleGroups: [
{
title: 'getCustomerPrivacy',
title: 'useCustomerPrivacy',
examples: [
{
description:
Expand Down

0 comments on commit 70c441f

Please sign in to comment.