shortcode-vc-custom-heading.php 182 B

12345678
  1. <?php
  2. if ( ! defined( 'ABSPATH' ) ) {
  3. die( '-1' );
  4. }
  5. require_once vc_path_dir( 'CONFIG_DIR', 'content/vc-custom-heading-element.php' );
  6. return vc_custom_heading_element_params();