Файловый менеджер - Редактировать - /home/topsuzmw/public_html/wp-content/plugins/extendify/src/Library/hooks/useIsMounted.js
Назад
import { useRef, useEffect, useLayoutEffect } from '@wordpress/element'; export const useIsMounted = () => { const isMounted = useRef(false); useEffect(() => { isMounted.current = true; return () => (isMounted.current = false); }); return isMounted; }; export const useIsMountedLayout = () => { const isMounted = useRef(false); useLayoutEffect(() => { isMounted.current = true; return () => (isMounted.current = false); }); return isMounted; };
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка