HEX
Server: Apache/2.4.38 (Debian)
System: Linux host457 5.14.0-4-amd64 #1 SMP Debian 5.14.16-1 (2021-11-03) x86_64
User: www-data (33)
PHP: 7.4.21
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/vhosts/harpoeditore.it/httpdocs/wp-content/themes/mindig/theme/plugins.php
<?php
/**
 * This file belongs to the YIT Framework.
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

return array(

    array(
        'name'         => 'YITH Prelaunch',
        'slug' 		   => 'yith-pre-launch',
        'required' 	   => false,
        'version'      => '1..0.4',
    ),

    array(
        'name'               => 'Revolution Slider',
        'slug'               => 'revslider',
        'source'             => YIT_THEME_PLUGINS_PATH . '/revslider.zip',
        'required'           => false,
        'version'            => '4.6.5',
        'force_activation'   => false,
        'force_deactivation' => true,
    ),

	array(
		'name'               => 'WPBakery Visual Composer',
		'slug'               => 'js_composer',
		'source'             => YIT_THEME_PLUGINS_PATH . '/js_composer.zip',
		'required'           => true,
		'version'            => '4.4.1',
		'force_activation'   => false,
		'force_deactivation' => true,
	),

	array(
		'name'               => 'Ultimate Addons for Visual Composer',
		'slug'               => 'Ultimate_VC_Addons',
		'source'             => YIT_THEME_PLUGINS_PATH . '/Ultimate_VC_Addons.zip',
		'required'           => false,
		'version'            => '3.8.0',
		'force_activation'   => false,
		'force_deactivation' => true,
	),

    array(
        'name'               => 'Essential_Grid',
        'slug'               => 'essential-grid',
        'source'             => YIT_THEME_PLUGINS_PATH . '/essential-grid.zip',
        'required'           => false,
        'version'            => '2.0.4',
        'force_activation'   => false,
        'force_deactivation' => true,
    ),
    array(
        'name'         => 'WooCommerce',
        'slug' 		   => 'woocommerce',
        'required' 	   => false,
        'version'      => '2.2.8',
    ),

    array(
        'name'         => 'YITH Essential Kit for WooCommerce #1',
        'slug' 		   => 'yith-essential-kit-for-woocommerce-1',
        'required' 	   => false,
        'version'      => '1.0.9',
    ),

    defined( 'YWCFAV_PREMIUM' ) ? array() : array(
        'name'      => 'YITH WooCommerce Featured Video',
        'slug'      => 'yith-woocommerce-featured-video',
        'required'  => false,
        'version'   => '1.1.0'
    ),

    defined( 'YITH_YWSL_PREMIUM' ) ? array() : array(
        'name'         => 'YITH WooCommerce Social Login',
        'slug'         => 'yith-woocommerce-social-login',
        'required'     => false,
        'version'      => '1.0.0',
    ),



);