frontend-editor-ie.php 133 B

123456
  1. <?php
  2. if ( ! defined( 'ABSPATH' ) ) {
  3. die( '-1' );
  4. }
  5. add_action( 'vc_frontend_editor_render_template', 'vc_add_ie9_degradation' );