add_setting( 'footer_headline_color', array( 'default' => '#fff', 'sanitize_callback' => 'sanitize_hex_color', 'transport' => 'postMessage', ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'footer_headline_color', array( 'label' => __( 'Footer Headline Colors', 'business-blogily' ), 'section' => 'colors', 'priority' => 99, 'settings' => 'footer_headline_color', ) ) ); $wp_customize->add_setting( 'footer_text_color', array( 'default' => '#807e7e', 'sanitize_callback' => 'sanitize_hex_color', 'transport' => 'postMessage', ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'footer_text_color', array( 'label' => __( 'Footer Text Colors', 'business-blogily' ), 'section' => 'colors', 'priority' => 99, 'settings' => 'footer_text_color', ) ) ); $wp_customize->add_setting( 'footer_link_color', array( 'default' => '#E2E2E2', 'sanitize_callback' => 'sanitize_hex_color', 'transport' => 'postMessage', ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'footer_link_color', array( 'label' => __( 'Footer Link Colors', 'business-blogily' ), 'section' => 'colors', 'priority' => 99, 'settings' => 'footer_link_color', ) ) ); $wp_customize->add_setting( 'footer_link_color', array( 'default' => '#E2E2E2', 'sanitize_callback' => 'sanitize_hex_color', 'transport' => 'postMessage', ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'footer_link_color', array( 'label' => __( 'Footer Link Colors', 'business-blogily' ), 'section' => 'colors', 'priority' => 99, 'settings' => 'footer_link_color', ) ) ); $wp_customize->add_setting( 'footer_bg_color', array( 'default' => '#151515', 'sanitize_callback' => 'sanitize_hex_color', 'transport' => 'postMessage', ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'footer_bg_color', array( 'label' => __( 'Footer Background Color', 'business-blogily' ), 'section' => 'colors', 'priority' => 99, 'settings' => 'footer_bg_color', ) ) ); $wp_customize->add_setting( 'footer_copyright_bg_color', array( 'default' => '#151515', 'sanitize_callback' => 'sanitize_hex_color', 'transport' => 'postMessage', ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'footer_copyright_bg_color', array( 'label' => __( 'Footer Copyright Background Color', 'business-blogily' ), 'section' => 'colors', 'priority' => 99, 'settings' => 'footer_copyright_bg_color', ) ) ); } add_action( 'customize_register', 'business_blogily_customize_register' ); if(! function_exists('business_blogily_final_output' ) ): function business_blogily_final_output(){ ?>