????
| Current Path : /proc/self/root/home/arabianr/public_html/wp-content/plugins/extendify/src/Launch/lib/ |
| Current File : //proc/self/root/home/arabianr/public_html/wp-content/plugins/extendify/src/Launch/lib/blocks.js |
export const addIdAttributeToBlock = (blockCode, id) =>
blockCode.replace(
/(<div\s[^>]*class="[^"]*\bwp-block-group\b[^"]*")/,
`$1 id="${id}"`,
);