Server IP : 66.29.132.124 / Your IP : 3.138.137.175 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/cynthiaadediran.com/wp-content/plugins/extendify/src/Assist/tasks/ |
Upload File : |
import { __ } from '@wordpress/i18n'; const { frontPage, themeSlug } = window.extSharedData; const { launchCompleted } = window.extAssistData; export default { slug: 'edit-homepage', title: __('Edit your homepage', 'extendify-local'), description: __( 'Edit homepage by replacing existing content.', 'extendify-local', ), buttonLabels: { completed: __('Edit now', 'extendify-local'), notCompleted: __('Edit now', 'extendify-local'), }, link: 'post.php?post=$&action=edit', type: 'internalLink', dependencies: { goals: [], plugins: [] }, show: () => { // They need either extendable or launch completed if (themeSlug !== 'extendable' && !launchCompleted) return false; return !!frontPage; }, backgroundImage: 'https://assets.extendify.com/assist-tasks/edit-homepage.webp', };