Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

I am learning interactivity API and when I tried 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,632
0 votes
0 answers
65 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
613 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
1 answer
487 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