File "hook-vc-progress-bar.php"

Full Path: /home/pylifeesyu/www/wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php
File size: 381 bytes
MIME-type: text/x-php
Charset: utf-8

<?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',
	) );
}