$corpiva_mod_v ) { set_theme_mod( $corpiva_mod_k, $corpiva_mod_v ); } } } add_action( 'after_switch_theme', 'avanta_parent_theme_options' ); /** * Sample implementation of the Custom Header feature */ function avanta_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'avanta_custom_header_args', array( 'default-image' => '', 'default-text-color' => 'ffffff', 'width' => 1920, 'height' => 200, 'flex-height' => true, 'wp-head-callback' => 'corpiva_header_style', ) ) ); } add_action( 'after_setup_theme', 'avanta_custom_header_setup' );