base ) && 'appearance_page_axton-theme' === $screen->base ) { return false; } ?>

get( 'Version' ); $version_string = is_string( $theme_version ) ? $theme_version : false; wp_enqueue_style( 'axton-theme-admin-style', get_theme_file_uri( 'assets/css/about-admin.css' ), array(), $version_string ); //} } add_action( 'admin_enqueue_scripts', 'axton_theme_page_admin_style' ); /** * Add theme page */ function axton_menu() { add_theme_page( esc_html__( 'Axton', 'axton' ), esc_html__( 'Axton', 'axton' ), 'edit_theme_options', 'axton-theme', 'axton_theme_page_display' ); } add_action( 'admin_menu', 'axton_menu' ); /** * Display About page */ function axton_theme_page_display() { $theme = wp_get_theme(); if ( is_child_theme() ) { $theme = wp_get_theme()->parent(); } ?>

Name ); ?>