🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 01:51:13 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
js
/
options
/
helpers
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/js/options/helpers
🔄 Refresh
✏️
Editing: parse-choices.js
Writable
export const maybeTransformUnorderedChoices = choices => Array.isArray(choices) ? choices : Object.keys(choices).reduce( (current, choice) => [ ...current, { key: choice, value: choices[choice] } ], [] )
💾 Save Changes
❌ Cancel