PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
yith-woocommerce-compare
/
plugin-fw
/
templates
/
panel
<?php /** * The Template for displaying info-box. * * @var string $id The CSS of the box. * @var string $name The name of the box. * @var array $default Array of defaults. * @package YITH\PluginFramework\Templates */ defined( 'ABSPATH' ) || exit; // Exit if accessed directly. ?> <div id="<?php echo esc_attr( $id ); ?>" class="meta-box-sortables"> <div id="<?php echo esc_attr( $id ); ?>-content-panel" class="postbox " style="display: block;"> <h3><?php echo esc_html( $name ); ?></h3> <div class="inside"> <p>Lorem ipsum ... </p> <p class="submit"><a href="<?php echo esc_url( $default['buy_url'] ); ?>" class="button-primary">Buy Plugin</a></p> </div> </div> </div>
[+]
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]