display( 'Name' ), $theme->display( 'Version' ) ), esc_html__( 'Theme Info', 'harrison' ), 'edit_theme_options', 'harrison', 'harrison_theme_info_page' ); } add_action( 'admin_menu', 'harrison_theme_info_menu_link' ); /** * Display Theme Info page */ function harrison_theme_info_page() { // Get theme details. $theme = wp_get_theme(); ?>

display( 'Name' ), $theme->display( 'Version' ) ); ?>

display( 'Description' ); ?>


display( 'Name' ) ); ?>

display( 'Name' ) ); ?>



display( 'Name' ), 'ThemeZee', '' . esc_html_x( 'rate it', 'If you like this theme, rate it', 'harrison' ) . '' ); ?>