Total Complexity | 2 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class LSX_Customizer_Core extends LSX_Customizer { |
||
14 | |||
15 | /** |
||
16 | * Constructor. |
||
17 | * |
||
18 | * @since 1.0.0 |
||
19 | */ |
||
20 | public function __construct() { |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Customizer Controls and Settings. |
||
26 | * |
||
27 | * @param WP_Customize_Manager $wp_customize Theme Customizer object. |
||
28 | * @since 1.0.0 |
||
29 | */ |
||
30 | public function customize_register( $wp_customize ) { |
||
54 |