HEX
Server: LiteSpeed
System: Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: swifizcd (1555)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/swifizcd/shopup.com.ng/wp-content/plugins/extendify/app/Shared/Services/SupportedPlugins.php
<?php

/**
 * Central registry of supported plugin slugs.
 */

namespace Extendify\Shared\Services;

defined('ABSPATH') || die('No direct access.');

/**
 * Central registry of all plugins.
 */
class SupportedPlugins
{
    /**
     * All supported plugin slugs.
     *
     * @var string[]
     */
    // phpcs:ignore PSR12.Properties.ConstantVisibility.NotFound
    const SLUGS = [
        'all-in-one-seo-pack',
        'backup',
        'bookly-responsive-appointment-booking-tool',
        'charitable',
        'chatbot',
        'complianz-gdpr',
        'complianz-terms-conditions',
        'contact-form-7',
        'docket-cache',
        'ecwid-shopping-cart',
        'ewww-image-optimizer',
        'give',
        'google-analytics-for-wordpress',
        'imagify',
        'iubenda-cookie-law-solution',
        'loginpress',
        'mailin',
        'mijndomein-seo-toolkit',
        'mollie-payments-for-woocommerce',
        'montonio-for-woocommerce',
        'really-simple-ssl',
        'rocket-lazy-load',
        'seo-by-rank-math',
        'simplybook',
        'smaily-connect',
        'sucuri-scanner',
        'sugar-calendar-lite',
        'the-events-calendar',
        'translatepress-multilingual',
        'woocommerce',
        'woocommerce-correios',
        'woocommerce-germanized',
        'woocommerce-mercadopago',
        'wordpress-seo',
        'wp-mail-smtp',
        'wp-rocket',
        'wp-whatsapp',
        'wpforms-lite',
        'yith-woocommerce-ajax-navigation',
        'yith-woocommerce-ajax-search',
        'yith-woocommerce-wishlist',
        'YourWebshop-updater',
    ];
}