Greg Ziółkowski
Greg Ziółkowski
> I guess this concern https://github.com/WordPress/wordpress-develop/pull/6354/files#r1550930263 will not apply now that developer's just need to use WP 6.5 for the Interactivity API and we are close to the 6.6 release....
Committed with https://core.trac.wordpress.org/changeset/58322.
Committed with https://core.trac.wordpress.org/changeset/58195.
I documented the new filter. I renamed it to `interactivity_process_directives` as `wp_` prefix doesn't add too much value here. It's used sometimes with functions to ensure more general names don't...
Committed with https://core.trac.wordpress.org/changeset/58234.
It also could be moved to the body of `wp_interactivity_process_directives` to cover all use cases with a single filter. This way we also won't need to change anything in the...
> I believe this may be related to this issue in core - https://core.trac.wordpress.org/ticket/54797 @gziolo do you have any insight here? That needs to be fixed on the WordPress core...
This is solid work, and this PR only needs some final touches to bring it to the finish line. Excellent job tackling this issue. I see that one of the...
@ciampo and @tyxla, you might be interested in helping to bring this PR to the finish line as it will improve the linting of WordPress components and have a tiny...
> No, not missing anything, sorry! I probably messed up the explanation, I will give it another go. Added the lint-ignore removal here now so that I can make sure...