PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
yith-woocommerce-quick-view
/
plugin-options
<?php /** * Premium tab array * * @author YITH <plugins@yithemes.com> * @package YITH WooCommerce Quick View * @version 1.1.1 */ defined( 'YITH_WCQV' ) || exit; // Exit if accessed directly. return array( 'premium' => array( 'home' => array( 'type' => 'custom_tab', 'action' => 'yith_quick_view_premium', ), ), );
[+]
..
[-] premium-options.php
[edit]
[-] settings-options.php
[edit]