File: /home/mmickelson/craftingtablecookbook.com/wp-content/themes/donovan/inc/theme-info.php
<?php
/**
* Theme Info
*
* Adds a simple Theme Info page to the Appearance section of the WordPress Dashboard.
*
* @package Donovan
*/
/**
* Add Theme Info page to admin menu
*/
function donovan_theme_info_menu_link() {
// Get theme details.
$theme = wp_get_theme();
add_theme_page(
sprintf( esc_html__( 'Welcome to %1$s %2$s', 'donovan' ), $theme->display( 'Name' ), $theme->display( 'Version' ) ),
esc_html__( 'Theme Info', 'donovan' ),
'edit_theme_options',
'donovan',
'donovan_theme_info_page'
);
}
add_action( 'admin_menu', 'donovan_theme_info_menu_link' );
/**
* Display Theme Info page
*/
function donovan_theme_info_page() {
// Get theme details.
$theme = wp_get_theme();
?>
<div class="wrap theme-info-wrap">
<h1><?php printf( esc_html__( 'Welcome to %1$s %2$s', 'donovan' ), $theme->display( 'Name' ), $theme->display( 'Version' ) ); ?></h1>
<div class="theme-description"><?php echo $theme->display( 'Description' ); ?></div>
<hr>
<div class="important-links clearfix">
<p><strong><?php esc_html_e( 'Theme Links', 'donovan' ); ?>:</strong>
<a href="<?php echo esc_url( __( 'https://themezee.com/themes/donovan/', 'donovan' ) . '?utm_source=theme-info&utm_medium=textlink&utm_campaign=donovan&utm_content=theme-page' ); ?>" target="_blank"><?php esc_html_e( 'Theme Page', 'donovan' ); ?></a>
<a href="http://preview.themezee.com/?demo=donovan&utm_source=theme-info&utm_campaign=donovan" target="_blank"><?php esc_html_e( 'Theme Demo', 'donovan' ); ?></a>
<a href="<?php echo esc_url( __( 'https://themezee.com/docs/donovan-documentation/', 'donovan' ) . '?utm_source=theme-info&utm_medium=textlink&utm_campaign=donovan&utm_content=documentation' ); ?>" target="_blank"><?php esc_html_e( 'Theme Documentation', 'donovan' ); ?></a>
<a href="<?php echo esc_url( __( 'https://wordpress.org/support/theme/donovan/reviews/?filter=5', 'donovan' ) ); ?>" target="_blank"><?php esc_html_e( 'Rate this theme', 'donovan' ); ?></a>
</p>
</div>
<hr>
<div id="getting-started">
<h3><?php printf( esc_html__( 'Getting started with %s', 'donovan' ), $theme->display( 'Name' ) ); ?></h3>
<div class="columns-wrapper clearfix">
<div class="column column-half clearfix">
<div class="section">
<h4><?php esc_html_e( 'Theme Documentation', 'donovan' ); ?></h4>
<p class="about">
<?php esc_html_e( 'Need help to set up and configure this theme? We got you covered! Check out the extensive theme documentation on our website.', 'donovan' ); ?>
</p>
<p>
<a href="<?php echo esc_url( __( 'https://themezee.com/docs/donovan-documentation/', 'donovan' ) . '?utm_source=theme-info&utm_medium=button&utm_campaign=donovan&utm_content=documentation' ); ?>" target="_blank" class="button button-secondary">
<?php printf( esc_html__( "View %s's documentation", 'donovan' ), 'Donovan' ); ?>
</a>
</p>
</div>
<div class="section">
<h4><?php esc_html_e( 'Theme Options', 'donovan' ); ?></h4>
<p class="about">
<?php printf( esc_html__( '%s makes use of the Customizer for all theme settings. Click on "Customize Theme" to open the Customizer now.', 'donovan' ), $theme->display( 'Name' ) ); ?>
</p>
<p>
<a href="<?php echo wp_customize_url(); ?>" class="button button-primary"><?php esc_html_e( 'Customize Theme', 'donovan' ); ?></a>
</p>
</div>
</div>
<div class="column column-half clearfix">
<img src="<?php echo get_template_directory_uri(); ?>/screenshot.jpg" />
</div>
</div>
</div>
<hr>
<div id="more-features">
<h3><?php esc_html_e( 'Get more features', 'donovan' ); ?></h3>
<div class="columns-wrapper clearfix">
<div class="column column-half clearfix">
<div class="section">
<h4><?php esc_html_e( 'Pro Version Add-on', 'donovan' ); ?></h4>
<p class="about">
<?php printf( esc_html__( 'Purchase the %s Pro Add-on to get additional features and advanced customization options.', 'donovan' ), 'Donovan' ); ?>
</p>
<p>
<a href="<?php echo esc_url( __( 'https://themezee.com/addons/donovan-pro/', 'donovan' ) . '?utm_source=theme-info&utm_medium=button&utm_campaign=donovan&utm_content=pro-version' ); ?>" target="_blank" class="button button-secondary">
<?php printf( esc_html__( 'Learn more about %s Pro', 'donovan' ), 'Donovan' ); ?>
</a>
</p>
</div>
</div>
<div class="column column-half clearfix">
<div class="section">
<h4><?php esc_html_e( 'Recommended Plugins', 'donovan' ); ?></h4>
<p class="about">
<?php esc_html_e( 'Extend the functionality of your WordPress website with our free and easy to use plugins.', 'donovan' ); ?>
</p>
<p>
<a href="<?php echo esc_url( admin_url( 'plugin-install.php?tab=search&type=author&s=themezee' ) ); ?>" class="button button-secondary">
<?php esc_html_e( 'Install Plugins', 'donovan' ); ?>
</a>
</p>
</div>
</div>
</div>
</div>
<hr>
<div id="theme-author">
<p>
<?php printf( esc_html__( '%1$s is proudly brought to you by %2$s. If you like this theme, %3$s :)', 'donovan' ),
$theme->display( 'Name' ),
'<a target="_blank" href="' . __( 'https://themezee.com/', 'donovan' ) . '?utm_source=theme-info&utm_medium=footer&utm_campaign=donovan" title="ThemeZee">ThemeZee</a>',
'<a target="_blank" href="' . __( 'https://wordpress.org/support/theme/donovan/reviews/?filter=5', 'donovan' ) . '" title="' . esc_attr__( 'Rate this theme', 'donovan' ) . '">' . esc_html_x( 'rate it', 'If you like this theme, rate it', 'donovan' ) . '</a>'); ?>
</p>
</div>
</div>
<?php
}
/**
* Enqueues CSS for Theme Info page
*
* @param int $hook Hook suffix for the current admin page.
*/
function donovan_theme_info_page_css( $hook ) {
// Load styles and scripts only on theme info page.
if ( 'appearance_page_donovan' != $hook ) {
return;
}
// Embed theme info css style.
wp_enqueue_style( 'donovan-theme-info-css', get_template_directory_uri() . '/assets/css/theme-info.css' );
}
add_action( 'admin_enqueue_scripts', 'donovan_theme_info_page_css' );