?
home/cideo/www/wp-contentVIp/plugins/js_composer/include/autoload/hook-vc-message.php 0000666 00000000552 15126311413 0025063 0 ustar 00 <?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
if ( 'vc_edit_form' === vc_post_param( 'action' ) ) {
VcShortcodeAutoloader::getInstance()
->includeClass( 'WPBakeryShortCode_VC_Message' );
add_filter( 'vc_edit_form_fields_attributes_vc_message', array(
'WPBakeryShortCode_VC_Message',
'convertAttributesToMessageBox2',
) );
}