Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactivity API: new store() API docs #56764

Merged
merged 9 commits into from
Dec 5, 2023
Merged
2 changes: 1 addition & 1 deletion packages/interactivity/docs/1-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To "activate" the Interactivity API in a DOM element (and its children) we add t


```html
<div data-wp-interactive>
<div data-wp-interactive='{ "namespace": "myPlugin" }'>
<!-- Interactivity API zone -->
</div>
```
Loading
Loading