HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/test.kaunokolegija.lt/kk_wp_content/plugins/include/autoload/hook-vc-progress-bar.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

if ( 'vc_edit_form' === vc_post_param( 'action' ) ) {
	VcShortcodeAutoloader::getInstance()
	                     ->includeClass( 'WPBakeryShortCode_VC_Progress_Bar' );

	add_filter( 'vc_edit_form_fields_attributes_vc_progress_bar', array(
		'WPBakeryShortCode_VC_Progress_Bar',
		'convertAttributesToNewProgressBar',
	) );
}