'edit_theme_options', 'option_type' => 'theme_mod', ) ); /** * Disable Kirki loader */ add_filter( 'kirki/config', function( $config ) { $config['disable_loader'] = true; return $config; } ); /** * Customizer Options */ require get_template_directory() . '/inc/options/retina.php'; // Retina Logo require get_template_directory() . '/inc/options/hero.php'; // Hero