__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
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)
})
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| dashboard | Folder | 0775 |
|
|
| editor | Folder | 0775 |
|
|
| frontend | Folder | 0775 |
|
|
| header | Folder | 0775 |
|
|
| helpers | Folder | 0775 |
|
|
| notifications | Folder | 0775 |
|
|
| options | Folder | 0775 |
|
|
| sync | Folder | 0775 |
|
|
| account.js | File | 3.71 KB | 0775 |
|
| dashboard-no-theme.js | File | 719 B | 0775 |
|
| dashboard.js | File | 2.27 KB | 0775 |
|
| flushPermalinks.js | File | 347 B | 0775 |
|
| notifications.js | File | 703 B | 0775 |
|
| options.js | File | 916 B | 0775 |
|
| sticky.js | File | 356 B | 0775 |
|
| sync.js | File | 83 B | 0775 |
|