parent()->get( 'Version' ) ); wp_enqueue_style( 'authentic-news-style', get_stylesheet_uri(), array( $parenthandle ), $theme->get( 'Version' ) ); } endif; add_action( 'wp_enqueue_scripts', 'authentic_news_enqueue_styles' ); function authentic_news_admin_style() { ?> '', 'default-text-color' => 'ff9b38', 'width' => 1000, 'height' => 250, 'flex-height' => true, 'wp-head-callback' => 'ace_news_header_style', ) ) ); } add_action( 'after_setup_theme', 'authentic_news_custom_header_setup' ); /** * Customizer. */ require get_theme_file_path() . '/inc/customizer.php'; /** * Custom Controls. */ require get_theme_file_path() . '/inc/custom-controls.php'; /** * Widgets. */ require get_theme_file_path() . '/inc/widgets/widgets.php'; /** * One Click Demo Import after import setup. */ if ( class_exists( 'OCDI_Plugin' ) ) { require get_theme_file_path() . '/inc/ocdi.php'; }