WordPress/wp-includes/interactivity-api
Pascal Birchler 858da6cbc5 Interactivity API: Increase hook priority for processing directives.
Use a priority of 100 to ensure that other filters can add additional directives before the processing starts.
This way, directives will be processed even if the `$parsed_block` variable is edited by a filter.

Props cbravobernal, swissspidy, flixos90, joemcgill, gziolo.
Fixes #60743.
Built from https://develop.svn.wordpress.org/trunk@57826


git-svn-id: http://core.svn.wordpress.org/trunk@57327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-03-13 10:48:11 +00:00
..
class-wp-interactivity-api-directives-processor.php Interactivity API: Skip instead of bail out if HTML contains SVG or MATH. 2024-02-17 15:28:04 +00:00
class-wp-interactivity-api.php Interactivity API: Do not process directives when there aren’t any. 2024-03-13 10:41:14 +00:00
interactivity-api.php Interactivity API: Increase hook priority for processing directives. 2024-03-13 10:48:11 +00:00