|
1
|
<?php |
|
2
|
/** |
|
3
|
* VK Customize Helpers Config
|
|
4
|
*
|
|
5
|
* @package vk-blocks
|
|
6
|
*/ |
|
7
|
|
|
8
|
// Do not load directly. |
|
9
|
if ( ! defined( 'ABSPATH' ) ) { |
|
10
|
exit; |
|
11
|
} |
|
12
|
|
|
13
|
if ( ! class_exists( 'Custom_Text_Control' ) ) { |
|
14
|
require_once plugin_dir_path( __FILE__ ) . 'package/vk-customize-helpers.php'; |
|
15
|
} |
|
16
|
|