Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6860ad4

Browse files
committed
Remove sales pitch for pro, added to landing page instead
1 parent 6d03efc commit 6860ad4

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

packages/settings-page/src/restrictions-view/edit/protection.tsx

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -332,38 +332,6 @@ addFilter(
332332
),
333333
} }
334334
></p>
335-
<ul className="ul-disc">
336-
<li>
337-
{ __(
338-
'Granular control over who has REST API access, including user roles, purchase history or even subscriptions.',
339-
'content-control'
340-
) }
341-
</li>
342-
<li>
343-
{ __(
344-
'REST API specific rules for targeting namespaces, endpoints, and methods',
345-
'content-control'
346-
) }
347-
</li>
348-
<li>
349-
{ __(
350-
"Masking REST endpoints as if they don't exist.",
351-
'content-control'
352-
) }
353-
</li>
354-
<li>
355-
{ __(
356-
'Replace restricted contents with upsell notices.',
357-
'content-control'
358-
) }
359-
</li>
360-
<li>
361-
{ __(
362-
'Custom REST API error messages.',
363-
'content-control'
364-
) }
365-
</li>
366-
</ul>
367335
</BaseControl>
368336
),
369337
},

0 commit comments

Comments
 (0)