File "blocks.js"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/extendify/src/Launch/lib/blocks.js
File size: 154 bytes
MIME-type: text/plain
Charset: utf-8
export const addIdAttributeToBlock = (blockCode, id) =>
blockCode.replace(
/(<div\s[^>]*class="[^"]*\bwp-block-group\b[^"]*")/,
`$1 id="${id}"`,
);