uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
public_html
/
.
/
.
/
wp-content
/
.
/
.
/
.
/
plugins
/
extendify
/
src
/
Assist
/
tasks
/
setup-tec.js
/
/
import { __ } from '@wordpress/i18n'; const { themeSlug } = window.extSharedData; const { launchCompleted } = window.extAssistData; export default { slug: 'setup-tec', title: __('Set up events', 'extendify-local'), description: __( 'Start adding events to your site by configuring The Events Calendar plugin.', 'extendify-local', ), link: 'edit.php?page=tec-events-settings&post_type=tribe_events&welcome-message-the-events-calendar=1', buttonLabels: { notCompleted: __('Set up', 'extendify-local'), completed: __('Revisit', 'extendify-local'), }, type: 'internalLink', dependencies: { plugins: ['the-events-calendar'] }, 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/calendar-events.webp', };
/home/batcwwjx/./public_html/././wp-content/./././plugins/extendify/src/Assist/tasks/setup-tec.js