🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 13:01:58 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
blocksy-companion
/
static
/
js
📍 /home/therahul/thedasstores.com/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