Skip to content

Commit

Permalink
Commented stopping at first custom element, after innerblocks is not …
Browse files Browse the repository at this point in the history
…being processed otherwise
  • Loading branch information
cbravobernal committed Dec 13, 2023
1 parent 1db41d4 commit a3f5aa7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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?
Expand Down

0 comments on commit a3f5aa7

Please sign in to comment.