get( 'Version' ); $version_string = is_string( $theme_version ) ? $theme_version : false; wp_enqueue_style( 'approach-theme-admin-style', get_theme_file_uri( 'assets/css/about-admin.css' ), array(), $version_string ); } } add_action( 'admin_enqueue_scripts', 'approach_theme_page_admin_style' ); /** * Add theme page */ function approach_menu() { add_theme_page( esc_html__( 'Approach', 'approach' ), esc_html__( 'Approach', 'approach' ), 'edit_theme_options', 'approach-theme', 'approach_theme_page_display' ); } add_action( 'admin_menu', 'approach_menu' ); /** * Display About page */ function approach_theme_page_display() { $theme = wp_get_theme(); ?>

Name ); ?>