BIHomeWP/wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php
2020-02-13 10:39:37 +07:00

9 lines
182 B
PHP

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