We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b95e11 commit 4b2a1fbCopy full SHA for 4b2a1fb
src/Blocks/Block.php
@@ -66,7 +66,7 @@ public function render(): string
66
$output = call_user_func($blockType->renderCallback, $this->attributes, $output, $this);
67
}
68
69
- if ($this->blockName === 'core/embed') {
+ if (strpos($this->blockName, 'embed') !== false) {
70
$output = $this->embed($output);
71
72
0 commit comments