PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
plugins
/
yith-woocommerce-wishlist
/
plugin-options
<?php /** * Color settings page * * @author Your Inspiration Themes * @package YITH WooCommerce Wishlist * @version 2.0.0 */ if ( ! defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly return array( 'premium' => array( 'landing' => array( 'type' => 'custom_tab', 'action' => 'yith_wcwl_premium_tab', 'hide_sidebar' => true ) ) );
[+]
..
[-] settings-options.php
[edit]
[-] premium-options.php
[edit]
[-] colors-options.php
[edit]