🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 19:14:19 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
js
/
options
/
options
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/js/options/options
🔄 Refresh
✏️
Editing: html.js
Writable
import { createElement, Component, Fragment, memo, useMemo, } from '@wordpress/element' const HTML = (props) => { const { option } = props return ( <div dangerouslySetInnerHTML={{ __html: option.html || '', }}></div> ) } export default HTML
💾 Save Changes
❌ Cancel