HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
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: //proc/self/cwd/wp-content/plugins/extensive-vc-addon/load.php
<?php

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

if ( extensive_vc_is_wpbakery_page_builder_installed() ) {
	include_once EXTENSIVE_VC_ABS_PATH . '/lib/framework.php';
	include_once EXTENSIVE_VC_ABS_PATH . '/lib/helpers-functions.php';
	include_once EXTENSIVE_VC_ABS_PATH . '/lib/predefined-style-class.php';
	
	if ( file_exists( EXTENSIVE_VC_ABS_PATH . '/post-types' ) ) {
		include_once EXTENSIVE_VC_ABS_PATH . '/post-types/post-types-interface.php';
		include_once EXTENSIVE_VC_ABS_PATH . '/post-types/post-types-functions.php';
	}
	
	if ( file_exists( EXTENSIVE_VC_ABS_PATH . '/shortcodes' ) ) {
		include_once EXTENSIVE_VC_ABS_PATH . '/shortcodes/shortcodes-extends-class.php';
		include_once EXTENSIVE_VC_ABS_PATH . '/shortcodes/shortcodes-functions.php';
	}
	
	if ( file_exists( EXTENSIVE_VC_ABS_PATH . '/widgets' ) ) {
		include_once EXTENSIVE_VC_ABS_PATH . '/widgets/widgets-class.php';
		include_once EXTENSIVE_VC_ABS_PATH . '/widgets/widgets-functions.php';
	}
	
	if ( file_exists( EXTENSIVE_VC_ABS_PATH . '/plugins' ) ) {
		include_once EXTENSIVE_VC_ABS_PATH . '/plugins/plugins-functions.php';
	}
}