', '

' ], '', $html ); } add_filter( 'render_block_core/shortcode', NS . 'render_block_shortcode', 11, 2 ); /** * Render the block shortcode. * * @param string $html The block content. * @param array $block The block. * * @return string */ function render_block_shortcode( string $html, array $block ): string { return do_shortcode( $html ); }