get( 'Version' ); $version_string = is_string( $theme_version ) ? $theme_version : false; wp_enqueue_style( 'botaniical-theme-admin-style', get_theme_file_uri( 'resource/css/about-admin.css' ), array(), $version_string ); } } add_action( 'admin_enqueue_scripts', 'botaniical_theme_page_admin_style' ); /** * Add theme page */ function botaniical_menu() { add_theme_page( esc_html__( 'Botaniical', 'botaniical' ), esc_html__( 'Botaniical', 'botaniical' ), 'edit_theme_options', 'botaniical-theme', 'botaniical_theme_page_display' ); } add_action( 'admin_menu', 'botaniical_menu' ); /** * Display About page */ function botaniical_theme_page_display() { $theme = wp_get_theme(); if ( is_child_theme() ) { $theme = wp_get_theme()->parent(); } ?>

Name ); ?>