X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/extendify/src/Assist/tasks
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
extendify
/
src
/
Assist
/
tasks
/
??
..
??
add-page.js
(704 B)
??
ai-image-editor.js
(1.13 KB)
??
ai-text-editor.js
(1.1 KB)
??
demo-card.js
(946 B)
??
domain-recommendation.js
(855 B)
??
edit-homepage.js
(798 B)
??
help-center-ai.js
(1.08 KB)
??
help-center.js
(923 B)
??
images
??
ionos-connect-domain.js
(1.04 KB)
??
open-design-library.js
(1.06 KB)
??
secondary-domain-recommendation.js
(900 B)
??
setup-aioseo.js
(944 B)
??
setup-givewp.js
(897 B)
??
setup-hubspot.js
(889 B)
??
setup-monsterinsights.js
(958 B)
??
setup-simply-appointments.js
(1021 B)
??
setup-simplybook.js
(949 B)
??
setup-tec.js
(1000 B)
??
setup-woocommerce-germanized-store.js
(971 B)
??
setup-woocommerce-store.js
(943 B)
??
setup-wpforms.js
(916 B)
??
setup-yourwebshop.js
(958 B)
??
site-builder-launcher.js
(1.05 KB)
??
update-site-description.js
(700 B)
??
upload-logo.js
(687 B)
??
upload-site-icon.js
(704 B)
Editing: setup-aioseo.js
import { __ } from '@wordpress/i18n'; const { themeSlug } = window.extSharedData; const { launchCompleted } = window.extAssistData; export default { slug: 'setup-aioses', title: __('Set up All in One SEO', 'extendify-local'), description: __( 'Set up the All in One SEO plugin to enhance your website discoverability.', 'extendify-local', ), link: '?page=aioseo-setup-wizard#/welcome', buttonLabels: { notCompleted: __('Set up', 'extendify-local'), completed: __('Revisit', 'extendify-local'), }, type: 'internalLink', dependencies: { plugins: ['all-in-one-seo-pack'] }, show: ({ plugins, activePlugins }) => { // They need either extendable or launch completed if (themeSlug !== 'extendable' && !launchCompleted) return false; if (!plugins.length) return true; return activePlugins.some((item) => plugins.includes(item)); }, backgroundImage: 'https://images.extendify-cdn.com/assist-tasks/bg-for-seo.webp', };
Upload File
Create Folder