$atua_mod_v ) { set_theme_mod( $atua_mod_k, $atua_mod_v ); } } } add_action( 'after_switch_theme', 'flexiva_parent_theme_options' ); require get_stylesheet_directory() . '/theme-functions/controls/class-customize.php'; /** * Sample implementation of the Custom Header feature */ function flexiva_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'flexiva_custom_header_args', array( 'default-image' => '', 'default-text-color' => 'ffffff', 'width' => 1920, 'height' => 200, 'flex-height' => true, 'wp-head-callback' => 'atua_header_style', ) ) ); } add_action( 'after_setup_theme', 'flexiva_custom_header_setup' );