PHP 8.2.31
Preview: page.js Size: 827 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Assist/page.js

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();

Directory Contents

Dirs: 8 × Files: 4

Name Size Perms Modified Actions
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
hooks DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
lib DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
pages DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
state DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
svg DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
tasks DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
util DIR
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
1.22 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
347 B lrw-r--r-- 2024-03-14 20:40:46
Edit Download
2.11 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
827 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).