📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 03:41:58
📂
/ (Root)
/
home
/
xeqi7597
/
cds.claireduwig.com
/
wp-content
/
plugins
/
generateblocks
/
src
/
utils
📍 /home/xeqi7597/cds.claireduwig.com/wp-content/plugins/generateblocks/src/utils
🔄 Refresh
✏️
Editing: convertLegacyHtmlAttributes.js
Writable
export function convertLegacyHtmlAttributes( oldHtmlAttributes = [] ) { let newHtmlAttributes = {}; if ( oldHtmlAttributes.length > 0 ) { newHtmlAttributes = oldHtmlAttributes.reduce( ( acc, curr ) => { acc[ curr.attribute ] = curr.value; return acc; }, {} ); } return newHtmlAttributes; }
💾 Save Changes
❌ Cancel