__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import { createElement, createRoot, useState } from '@wordpress/element'
import * as check from '@wordpress/element'
import { __ } from 'ct-i18n'
import NoTheme from './dashboard/NoTheme'
import VersionMismatchNotice from './notifications/VersionMismatchNotice'
const Dashboard = () => {
if (ctDashboardLocalizations.theme_version_mismatch) {
return (
<VersionMismatchNotice
mismatched_version_descriptor={
ctDashboardLocalizations.theme_version_mismatch
}
/>
)
}
return <NoTheme />
}
document.addEventListener('DOMContentLoaded', () => {
if (document.getElementById('ct-dashboard')) {
const root = createRoot(document.getElementById('ct-dashboard'))
root.render(<Dashboard />)
}
})
| 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 |
|