🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
mnt
/
web613
/
c2
/
38
/
570372438
/
htdocs
/
STRATO-apps
/
wordpress_02
/
app
/
wp-content
/
plugins
/
elementor
/
vendor
/
elementor
/
wp-one-package
/
src
/
Common
✏️
Editing: SupportedPlugins.php
<?php namespace ElementorOne\Common; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Class SupportedPlugins */ class SupportedPlugins extends BasicEnum { const ANGIE = 'angie'; const MANAGE = 'manage'; const ELEMENTOR = 'elementor'; const ELEMENTOR_PRO = 'elementor-pro'; const SITE_MAILER = 'site-mailer'; const IMAGE_OPTIMIZATION = 'image-optimization'; const POJO_ACCESSIBILITY = 'pojo-accessibility'; const COOKIEZ = 'cookiez'; }
💾 Save Changes
❌ Cancel