PHP 8.2.31
Preview: useWarnOnLeave.js Size: 492 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Launch/hooks/useWarnOnLeave.js

import { useEffect } from '@wordpress/element';

export const useWarnOnLeave = (enabled = true) => {
	// Display warning alert if user tries to exit
	useEffect(() => {
		if (!enabled) return;
		const handleUnload = (event) => {
			event.preventDefault();
			event.returnValue = '';
		};
		const opts = { capture: true };
		window.addEventListener('beforeunload', handleUnload, opts);
		return () => {
			window.removeEventListener('beforeunload', handleUnload, opts);
		};
	}, [enabled]);
};

Directory Contents

Dirs: 0 × Files: 14

Name Size Perms Modified Actions
555 B lrw-r--r-- 2023-10-11 06:07:34
Edit Download
342 B lrw-r--r-- 2024-10-08 14:19:28
Edit Download
1.32 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
480 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
3.71 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
439 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
802 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
616 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
533 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
582 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
445 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
599 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
5.59 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
492 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download

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