PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
yith-woocommerce-compare
/
plugin-fw
/
templates
/
panel
/
v2
<?php /** * The Template for displaying the Panel Footer in WP Pages. * * @var YIT_Plugin_Panel|YIT_Plugin_Panel_WooCommerce $panel * @var bool $has_sub_tabs * @var array $page_args * @package YITH\PluginFramework\Templates */ defined( 'ABSPATH' ) || exit; global $pagenow; $description = $page_args['description'] ?? ''; $is_list = in_array( $pagenow, array( 'edit.php', 'edit-tags.php' ), true ) ?> <?php if ( $is_list && ! ! $description ) : ?> <div class="yith-plugin-fw-wp-page__description"> <?php echo wp_kses_post( $description ); ?> </div> <script type="text/javascript"> jQuery( '.yith-plugin-fw-wp-page__description' ).insertBefore( 'hr.wp-header-end' ); </script> <?php endif; ?> </div><!-- /yith-plugin-fw-wp-page-wrapper --> </div><!-- yith-plugin-fw__panel__content--> </div><!-- yith-plugin-fw__panel -->
[+]
woocommerce
[-] panel-content.php
[edit]
[-] panel-header.php
[edit]
[-] panel-nav.php
[edit]
[+]
..
[-] panel-mobile-header.php
[edit]
[-] panel-header-nav.php
[edit]
[-] panel-settings-sections.php
[edit]
[-] your-store-tools-tab.php
[edit]
[-] panel-wp-page-header.php
[edit]
[-] panel-nav-item.php
[edit]
[-] premium-tab.php
[edit]
[-] custom-tab.php
[edit]
[-] panel-option-label-tags.php
[edit]
[-] panel-content-page.php
[edit]
[-] panel-sidebar-header.php
[edit]
[-] panel-wp-page-footer.php
[edit]