', 'bitstream' ), 'manage_options', 'bitstream', array( 'Bitstream_info_page','bitstream_display_theme_info_page') ); add_action( 'admin_print_styles-'.$page1, array( 'Bitstream_info_page','bitstream_info_page_assets' ) ); } public static function bitstream_info_page_assets() { wp_enqueue_style( 'bitstream-bootstrap-css', get_template_directory_uri(). '/assets/css/bootstrap.css' ); wp_enqueue_style( 'bitstream-font-awesome', get_template_directory_uri(). '/assets/css/font-awesome/css/fontawesome-all-v5.3.1.css' ); wp_enqueue_style( 'bitstream-main-style', get_template_directory_uri(). '/assets/css/document_style.css' ); wp_enqueue_script( 'bitstream-bootstrap-js', get_template_directory_uri(). '/assets/js/bootstrap.js' ); } public static function fontawesome_assests() { wp_enqueue_style( 'bitstream-font-awesome', get_template_directory_uri(). '/assets/css/font-awesome/css/fontawesome-all-v5.3.1.css' ); } public static function bitstream_display_theme_info_page() { $theme_data = wp_get_theme(); ?>

Name ), esc_html( $theme_data->Version )); ?>