Uname : Linux premium36.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
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
home
/
emranchoice
/
roomellotravel.com
/
wp-content
/
plugins
/
extendify
/
src
/
Draft
/
util
[ HOME ]
Exec
Submit
util.js
import { select, subscribe } from '@wordpress/data'; export function whenEditorIsReady() { return new Promise((resolve) => { const unsubscribe = subscribe(() => { // This will trigger after the initial render blocking, before the window load event // This seems currently more reliable than using __unstableIsEditorReady if ( select('core/editor').isCleanNewPost() || select('core/block-editor').getBlockCount() > 0 ) { unsubscribe(); resolve(); } }); }); }
Submit
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2025-11-03 06:59:51
..
dir
-
0755
2025-11-03 06:59:51
util.js
text/x-java
496 B
0644
2023-10-11 06:07:34