From a3f5aa764200c815939381f8e5d68c2662a37fd4 Mon Sep 17 00:00:00 2001 From: Carlos Bravo Date: Thu, 14 Dec 2023 00:27:33 +0100 Subject: [PATCH] Commented stopping at first custom element, after innerblocks is not being processed otherwise --- .../interactivity-api/class-wp-directive-processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/experimental/interactivity-api/class-wp-directive-processor.php b/lib/experimental/interactivity-api/class-wp-directive-processor.php index c7ed2396cc0070..c75708343d1bd5 100644 --- a/lib/experimental/interactivity-api/class-wp-directive-processor.php +++ b/lib/experimental/interactivity-api/class-wp-directive-processor.php @@ -167,7 +167,7 @@ public function process_rendered_html( $tags, $prefix, $directives, $context ) { if ( str_contains( $tag_name, 'WP-INNER-BLOCKS' ) ) { // Should we process the inner blocks here or just shut. - return $tags; + // return $tags; } // Is this a tag that closes the latest opening tag?