get('Version') ); } add_action( 'wp_enqueue_scripts', 'beautiful_blog_enqueue_child_styles' ); /** * Add postMessage support for site title and description for the Theme Customizer. * * @param WP_Customize_Manager $wp_customize Theme Customizer object. */ function beautiful_blog_customize_register($wp_customize) { $wp_customize->get_setting( 'show_trending_news_section')->default = 0; $wp_customize->get_setting( 'archive_layout')->default = 'archive-layout-full'; } add_action('customize_register', 'beautiful_blog_customize_register', 9999);