Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
yith-woocommerce-wishlist
/
plugin-fw
/
templates
/
panel
/
v2
:
panel-sidebar-header.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * The Template for displaying the Panel Sidebar Header. * * @var string $header_title * @package YITH\PluginFramework\Templates */ defined( 'ABSPATH' ) || exit; ?> <div class="yith-plugin-fw__panel__sidebar__header"> <img class="yith-plugin-fw__panel__sidebar__header__logo" src="<?php echo esc_url( YIT_CORE_PLUGIN_URL . '/assets/images/yith-logo.svg' ); ?>"/> <?php if ( $header_title ) : ?> <div class="yith-plugin-fw__panel__sidebar__header__name"><?php echo esc_html( $header_title ); ?></div> <?php endif; ?> </div>