SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > extendify > src > > Assist


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/extendify/src//Assist

NameTypeSizeLast ModifiedActions
components Directory - -
hooks Directory - -
lib Directory - -
pages Directory - -
state Directory - -
svg Directory - -
tasks Directory - -
util Directory - -
AssistLandingPage.jsx File 347 bytes March 14 2024 20:40:46.
app.css File 1640 bytes July 16 2024 23:59:12.
documentation.css File 2055 bytes July 16 2024 23:59:12.
page.js File 824 bytes March 13 2025 21:10:44.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/extendify/src//Assist/page.js

import { render as renderDeprecated, createRoot } from '@wordpress/element';
import { __ } from '@wordpress/i18n';
import { AssistLandingPage } from '@assist/AssistLandingPage';
import '@assist/app.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();

SILENT KILLER Tool