Server IP : 172.67.216.182 / Your IP : 104.23.175.10 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/lapma.in/wp-content/plugins/everest-forms/src/dashboard/Constants/ |
Upload File : |
/** * External Dependencies */ import { __ } from "@wordpress/i18n"; /** * Internal Dependencies */ import * as Icon from "../components/Icon/Icon"; import colormag from "../images/colormag.webp"; import ur from "../images/UR-logo.webp"; import magazineBlocks from "../images/magazine-blocks.webp"; import masteriyo from "../images/masteriyo.webp"; import blockart from "../images/blockart-blocks.webp"; import zakra from "../images/zakra.webp"; export const PLUGINS = [ { label: "Masteriyo", slug: "learning-management-system/lms.php", description: __( "Revolutionize e-learning effortlessly with Masteriyo, a WordPress LMS plugin. Sell courses with quizzes, assignments, etc., for a dynamic learning experience.", "everest-forms" ), type: "plugin", image: masteriyo, website: "https://masteriyo.com/", shortDescription: __( "WordPress LMS plugin with Quiz Builder", "everest-forms" ), logo: Icon.Masteriyo, liveDemoURL: "https://masteriyo.demoswp.net/", }, { label: "BlockArt Blocks", slug: "blockart-blocks/blockart.php", description: __( "Fuel your digital creativity with BlockArt Blocks, a dynamic collection of custom Gutenberg blocks for designing captivating WordPress sites.", "everest-forms" ), type: "plugin", image: blockart, website: "https://wpblockart.com/blockart-blocks/", shortDescription: __( "Custom Gutenberg Blocks Plugin", "everest-forms" ), logo: Icon.Blockart, liveDemoURL: "https://tastewp.com/template/blockartblocks", }, { label: 'User Registration', slug: 'user-registration/user-registration.php', description: __( 'The best Drag and drop user registration form and login form builder with a user profile page, email notification, user roles assignment, and more.', 'everest-forms', ), type: 'plugin', image: ur, website: 'https://wpuserregistration.com/', shortDescription: __( 'User Forms, Profiles, Roles, Notifications.', 'everest-forms', ), logo: Icon.UR, liveDemoURL: "https://userregistration.demoswp.net/", }, { label: "Magazine Blocks", slug: "magazine-blocks/magazine-blocks.php", description: __( "Experience advanced Gutenberg blocks with Magazine Blocks, designed for crafting stunning magazine and news websites.", "everest-forms" ), type: "plugin", image: magazineBlocks, website: "https://wpblockart.com/magazine-blocks/", shortDescription: __( "Gutenberg Blocks for Magazine-style Websites", "everest-forms" ), logo: Icon.MagazineBlocks, liveDemoURL: "https://tastewp.com/template/magazineblocks", }, ]; export const THEMES = [ { label: "Zakra", slug: "zakra", description: __( "Unlock boundless website possibilities with Zakra, a versatile multipurpose theme offering over 40 free starter sites for a tailored web experience.", "everest-forms" ), type: "theme", image: zakra, website: "https://zakratheme.com/", liveDemoURL: "https://zakratheme.com/demos/#/", }, { label: "ColorMag", slug: "colormag", description: __( "Elevate your website's style with Colormag, the go-to choice for news, blogs, and magazines. Embark on a digital spectacle of website-building excellence! ", "everest-forms" ), type: "theme", image: colormag, website: "https://themegrill.com/themes/colormag/", liveDemoURL: "https://themegrilldemos.com/colormag-demos/#/", }, ]; export const FreeModules = [ 'ai-contact-form', 'everest-forms-oxygen-builder', 'everest-forms-beaver-builder', 'everest-forms-bricks-builder', 'everest-forms-divi-builder', 'everest-forms-wpbakery-builder', 'everest-forms-style-customizer', 'everest-forms-clean-talk', ]