Server IP : 172.67.216.182 / Your IP : 172.70.143.132 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 : |
import { __ } from "@wordpress/i18n"; const { isPro, utmCampaign } = typeof _EVF_DASHBOARD_ !== "undefined" && _EVF_DASHBOARD_; let ROUTES = [ { route: "/", label: __("Dashboard", "everest-forms"), }, { route: "/features", label: __("All Features", "everest-forms"), }, { route: "/settings", label: __("Settings", "everest-forms"), }, { route: "/help", label: __("Help", "everest-forms"), }, { route: "/products", label: __("Other Products", "everest-forms"), }, ]; if (!isPro) { ROUTES = [ ...ROUTES.slice(0, 4), { route: "/free-vs-pro", label: __("Free vs Pro", "everest-forms"), }, ...ROUTES.slice(4), ]; } export default ROUTES; export const CHANGELOG_TAG_COLORS = { fix: { color: "primary.500", bgColor: "primary.100", scheme: "primary", }, feature: { color: "green.500", bgColor: "green.50", scheme: "green", }, enhance: { color: "teal.500", bgColor: "teal.50", scheme: "teal", }, refactor: { color: "pink.500", bgColor: "pink.50", scheme: "pink", }, dev: { color: "orange.500", bgColor: "orange.50", scheme: "orange", }, tweak: { color: "purple.500", bgColor: "purple.50", scheme: "purple", }, }; export const facebookUrl = "https://www.facebook.com/groups/everestforms"; export const youtubeChannelUrl = "https://www.youtube.com/@EverestForms"; export const twitterUrl = "https://twitter.com/everestforms"; export const reviewUrl = "https://wordpress.org/support/plugin/everest-forms/reviews/?rate=5#new-post";