get_setting('blog_post_layout')->default = 'list-layout'; $wp_customize->get_setting('body_background_color')->default = '#ededf7'; $wp_customize->get_setting('header_text_color_on_hover')->default = '#8e54e9'; $wp_customize->get_setting('header_text_dark_color_on_hover')->default = '#8e54e9'; $wp_customize->get_setting('sticky_header_toggle')->default = false; $wp_customize->remove_control('blogdata_lite_dark_switcher'); $wp_customize->get_control('tren_edit_section_title')->label = esc_html__('Editor Post Section', 'blogread'); } add_action('customize_register', 'blogread_general_customize_register');