9 lines
182 B
PHP
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();
|