PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
yith-woocommerce-quick-view
/
plugin-fw
/
templates
/
panel
<?php /** * The Template for displaying the Header in panels. * * @var string $title * @var bool $is_free * @var string $rate_url * @package YITH\PluginFramework\Templates */ defined( 'ABSPATH' ) || exit; ?> <h1 class="notice-container"></h1> <div class="yith-plugin-fw-banner"> <h1 translate="no"><?php echo esc_html( $title ); ?></h1> </div> <?php if ( $is_free && $rate_url ) : ?> <div class="yith-plugin-fw-rate"> <?php printf( '<strong>%s</strong> %s <a href="%s" target="_blank"><u>%s</u> <span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span></a> %s', esc_html__( 'We need your support', 'yith-plugin-fw' ), esc_html__( 'to keep updating and improving the plugin. Please,', 'yith-plugin-fw' ), esc_url( $rate_url ), esc_html__( 'help us by leaving a good review', 'yith-plugin-fw' ), esc_html__( ':) Thanks!', 'yith-plugin-fw' ) ); ?> </div> <?php endif ?>
[+]
woocommerce
[-] panel-content.php
[edit]
[-] panel-header.php
[edit]
[-] panel-nav.php
[edit]
[+]
welcome-modals
[+]
..
[-] sub-tabs-nav.php
[edit]
[-] panel-wp-page-header.php
[edit]
[-] infobox.php
[edit]
[-] panel-nav-item.php
[edit]
[-] premium-tab.php
[edit]
[-] custom-tab.php
[edit]
[-] premium-tab-content.php
[edit]
[-] panel-field-container.php
[edit]
[-] help-tab.php
[edit]
[+]
v2
[-] panel-content-page.php
[edit]
[-] panel-wp-page-footer.php
[edit]