Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
62 views

I am learning the interactivity API, and when I tried the wp-each directive, I noticed that there is no way to get the index of the array. e.g., if this is my array $config = [ 'fruits' => [ ...
Reagan's user avatar
  • 2,672
0 votes
2 answers
38 views

I have a block which dynamically updates a group. Its working, but, if the group content contains a lightbox for an image, it doesn't work. I see the lightbox indicator, but pressing it does not ...
Don Bowman's user avatar
1 vote
1 answer
99 views

I am dynamically loading content via AJAX and appending it to the frontend. While the content loads successfully, the issue arises with initializing JavaScript functionality for the newly loaded ...
Rohit Patil's user avatar
0 votes
1 answer
626 views

Is it possible to bind checked on a group of radio buttons generated in a loop and have the checked state be determined by the state? Strangely enough in my current setup the last value is checked ...
Webconstructor's user avatar
0 votes
0 answers
66 views

When using a page builder to create a page, the necessary assets (CSS, JS, etc.) do not load automatically. I am leveraging WordPress Interactivity API SSR without introducing any additional logic. ...
Rohit Patil's user avatar
0 votes
1 answer
494 views

WordPress Interactivity API was officially released with WordPress 6.5. As I've been studying this new feature, I find it intriguing, but I'm somewhat perplexed about certain aspects, particularly ...
Byeongin Yoon's user avatar
1 vote
1 answer
497 views

I'm working with the WordPress Interactivity API and I've encountered an issue with using context and getter methods. Here's my current code: import { store, getContext } from '@wordpress/...
Byeongin Yoon's user avatar