| @@ -1,6 +1,7 @@ | ||
| 1 | 1 | <?php |
| 2 | -$id = wp_unique_id( 'dual-color-heading-' ); | |
| 2 | +$id = wp_unique_id( 'bBlocksDualColorHeading-' ); | |
| 3 | +$attributes = BBlocks\Inc\Sanitize::attributes( $attributes ); | |
| 3 | 4 | ?> |
| 4 | 5 | <div |
| 5 | 6 | <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- get_block_wrapper_attributes() is properly escaped ?> |
| 6 | 7 | <?php echo get_block_wrapper_attributes(); ?> |