?
Current File : /home/c/i/d/cideo/www/wp-includesVIp/js/crop/images/hook-vc-pie.php.tar
home/cideo/www/wp-contentVIp/plugins/js_composer/include/autoload/hook-vc-pie.php000066600000000524151263420300024212 0ustar00<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}
if ( 'vc_edit_form' === vc_post_param( 'action' ) ) {
	VcShortcodeAutoloader::getInstance()
	                     ->includeClass( 'WPBakeryShortCode_Vc_Pie' );

	add_filter( 'vc_edit_form_fields_attributes_vc_pie', array(
		'WPBakeryShortCode_VC_Pie',
		'convertOldColorsToNew',
	) );
}