• Hi, there seems to be a small error with the block element class value:

    <div class="&quot;simple-pie-chart-block-wp" wp-block-chee-block-simple-pie-chart-block&quot;="">

    I think the issue is with an unnecessary esc_attr() on line 18 of render.php. The block properties are already escaped by the get_block_wrapper_attributes() function.

You must be logged in to reply to this topic.