get_setting( 'avant-header-layout' )->default = 'avant-header-layout-four'; $wp_customize->get_setting( 'avant-topbar-bg-color' )->default = '#000000'; $wp_customize->get_setting( 'avant-topbar-font-color' )->default = '#e5e5e5'; $wp_customize->get_setting( 'avant-primary-color' )->default = '#000000'; $wp_customize->get_setting( 'avant-secondary-color' )->default = '#a8a8a8'; } add_action( 'customize_controls_init', 'avantx_load_customizer_settings' ); add_action( 'customize_preview_init', 'avantx_load_customizer_settings' );