🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 21:49:05 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
blocksy-companion
/
static
/
js
📍 /home/eliteewa/public_html/wp-content/plugins/blocksy-companion/static/js
🔄 Refresh
✏️
Editing: notifications.js
Writable
import { createElement, createRoot } from '@wordpress/element' import VersionMismatchNotice from './notifications/VersionMismatchNotice' import $ from 'jquery' export const mount = (el) => { if (el.querySelector('.notice-blocksy-theme-version-mismatch')) { const container = el.querySelector( '.notice-blocksy-theme-version-mismatch' ) const root = createRoot( el.querySelector('.notice-blocksy-theme-version-mismatch') ) root.render( <VersionMismatchNotice mismatched_version_descriptor={{ productName: container.dataset.productName, slug: container.dataset.slug, }} /> ) } } document.addEventListener('DOMContentLoaded', () => { mount(document.body) })
💾 Save Changes
❌ Cancel