Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subception
/
wp-content
/
plugins
/
js_composer
/
include
/
autoload
:
hook-vc-pie.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Autoload hooks for [vc_pie] shortcode of 'Pie Chart' element. * * @note we require our autoload files everytime and everywhere after plugin load. */ 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', [ 'WPBakeryShortCode_Vc_Pie', 'convertOldColorsToNew', ] ); }