hook-vc-pie.php 318 B

123456789101112
  1. <?php
  2. if ( ! defined( 'ABSPATH' ) ) {
  3. die( '-1' );
  4. }
  5. if ( 'vc_edit_form' === vc_post_param( 'action' ) ) {
  6. VcShortcodeAutoloader::getInstance()->includeClass( 'WPBakeryShortCode_Vc_Pie' );
  7. add_filter( 'vc_edit_form_fields_attributes_vc_pie', array(
  8. 'WPBakeryShortCode_Vc_Pie',
  9. 'convertOldColorsToNew',
  10. ) );
  11. }