File "email.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/themes/kapee222/template-parts/header/elements/email.php
File size: 491 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template part for displaying email adress on topbar
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @author PressLayouts
* @package kapee/template-parts/header
* @since 1.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if( kapee_get_option( 'header-email' ) !='' ) { ?>
<span class="contact-email"><i class="pls-envelope"></i> <?php echo esc_html( kapee_get_option('header-email','[email protected]' ) );?></span>
<?php } ?>