File: /home/aglcoke/domains/agl.co.ke/public_html/wp/wp-content/themes/skt-glass/inc/about-themes.php
<?php
//about theme info
add_action( 'admin_menu', 'skt_glass_abouttheme' );
function skt_glass_abouttheme() {
add_theme_page( esc_html__('About Theme', 'skt-glass'), esc_html__('About Theme', 'skt-glass'), 'edit_theme_options', 'skt_glass_guide', 'skt_glass_mostrar_guide');
}
//guidline for about theme
function skt_glass_mostrar_guide() {
//custom function about theme customizer
$return = add_query_arg( array()) ;
?>
<div class="wrapper-info">
<div class="col-left">
<div class="col-left-area">
<?php esc_html_e('Theme Information', 'skt-glass'); ?>
</div>
<p><?php esc_html_e('SKT Glass WordPress theme is related to interior and renovation type of websites with Glaziers, furniture, doors, windows, pvc, metal, fiberglass, repair, windshield, automobile, mobile, laptop, desktop, chandeliers and other use cases of glass. Construction, interior design, architectural designs, skyscrappers and bigger sized buildings also require glass work. This website is responsive, mobile friendly, compatible with SEO plugins, WooCommerce for eCommerce and is scalable and flexible as comes with Elementor editable.','skt-glass'); ?></p>
<a href="<?php echo esc_url(SKT_GLASS_SKTTHEMES_PRO_THEME_URL); ?>"><img src="<?php echo esc_url(get_template_directory_uri()); ?>/images/free-vs-pro.png" alt="" /></a>
</div><!-- .col-left -->
<div class="col-right">
<div class="centerbold">
<hr />
<a href="<?php echo esc_url(SKT_GLASS_SKTTHEMES_LIVE_DEMO); ?>" target="_blank"><?php esc_html_e('Live Demo', 'skt-glass'); ?></a> |
<a href="<?php echo esc_url(SKT_GLASS_SKTTHEMES_PRO_THEME_URL); ?>"><?php esc_html_e('Buy Pro', 'skt-glass'); ?></a> |
<a href="<?php echo esc_url(SKT_GLASS_SKTTHEMES_THEME_DOC); ?>" target="_blank"><?php esc_html_e('Documentation', 'skt-glass'); ?></a>
<div class="space5"></div>
<hr />
<a href="<?php echo esc_url(SKT_GLASS_SKTTHEMES_THEMES); ?>" target="_blank"><img src="<?php echo esc_url(get_template_directory_uri()); ?>/images/sktskill.jpg" alt="" /></a>
</div>
</div><!-- .col-right -->
</div><!-- .wrapper-info -->
<?php } ?>