SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > > extendify > > src > Assist > tasks


Operation   : Linux premium131.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
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins//extendify//src/Assist/tasks

NameTypeSizeLast ModifiedActions
images Directory - -
add-page.js File 715 bytes March 26 2025 18:03:22.
ai-image-editor.js File 1158 bytes April 14 2025 20:31:16.
ai-text-editor.js File 1132 bytes April 14 2025 20:31:16.
demo-card.js File 957 bytes September 12 2024 19:49:54.
domain-recommendation.js File 866 bytes March 26 2025 18:03:22.
edit-homepage.js File 809 bytes March 26 2025 18:03:22.
help-center-ai.js File 1015 bytes March 26 2025 18:03:22.
help-center.js File 934 bytes March 26 2025 18:03:22.
ionos-connect-domain.js File 1073 bytes March 26 2025 18:03:22.
open-design-library.js File 1088 bytes April 14 2025 20:31:16.
secondary-domain-recommendation.js File 911 bytes March 26 2025 18:03:22.
setup-aioseo.js File 1030 bytes March 26 2025 18:03:22.
setup-givewp.js File 983 bytes March 26 2025 18:03:22.
setup-hubspot.js File 975 bytes March 26 2025 18:03:22.
setup-monsterinsights.js File 1044 bytes March 26 2025 18:03:22.
setup-simply-appointments.js File 1107 bytes March 26 2025 18:03:22.
setup-simplybook.js File 1035 bytes March 26 2025 18:03:22.
setup-tec.js File 1086 bytes March 26 2025 18:03:22.
setup-woocommerce-germanized-store.js File 1081 bytes March 26 2025 18:03:22.
setup-woocommerce-store.js File 1051 bytes March 26 2025 18:03:22.
setup-wpforms.js File 1002 bytes March 26 2025 18:03:22.
setup-yourwebshop.js File 1046 bytes March 26 2025 18:03:22.
site-builder-launcher.js File 1082 bytes March 13 2025 21:10:44.
update-site-description.js File 711 bytes March 26 2025 18:03:22.
upload-logo.js File 698 bytes March 26 2025 18:03:22.
upload-site-icon.js File 715 bytes March 26 2025 18:03:22.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins//extendify//src/Assist/tasks/setup-wpforms.js

import { __ } from '@wordpress/i18n';

const { themeSlug } = window.extSharedData;
const { launchCompleted } = window.extAssistData;

export default {
	slug: 'setup-wpforms',
	title: __('Set up WPForms', 'extendify-local'),
	description: __(
		'Set up the WPForms plugin to add a contact form on your site.',
		'extendify-local',
	),
	link: '?page=wpforms-getting-started',
	buttonLabels: {
		notCompleted: __('Set up', 'extendify-local'),
		completed: __('Revisit', 'extendify-local'),
	},
	type: 'internalLink',
	dependencies: { goals: [], plugins: ['wpforms-lite'] },
	show: ({ plugins, goals, activePlugins, userGoals }) => {
		// They need either extendable or launch completed
		if (themeSlug !== 'extendable' && !launchCompleted) return false;
		if (!plugins.length && !goals.length) return true;

		return activePlugins
			.concat(userGoals)
			.some((item) => plugins.concat(goals).includes(item));
	},
	backgroundImage:
		'https://images.extendify-cdn.com/assist-tasks/bg-for-forms.webp',
};

SILENT KILLER Tool