🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 00:52:31 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
js
/
customizer
/
options
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/js/customizer/options
🔄 Refresh
✏️
Editing: ct-widget-area.js
Writable
import { createElement } from '@wordpress/element' import LegacyWidgetArea from './widget-area/LegacyWidgetArea' import NewBlockWidgetArea from './widget-area/NewBlockWidgetArea' const WidgetArea = ({ ...props }) => { let hasBlockWidgets = ct_customizer_localizations.has_new_widgets if (hasBlockWidgets) { return <NewBlockWidgetArea key={props.option.sidebarId} {...props} /> } return <LegacyWidgetArea {...props} /> } WidgetArea.renderingConfig = { design: 'none' } export default WidgetArea
💾 Save Changes
❌ Cancel