PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
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 ) ) );
[+]
..
[-] .plugin-options.php
[edit]
[-] wishlist_page-options.php
[edit]
[-] add_to_wishlist-options.php
[edit]
[-] lists-options.php
[edit]
[-] premium-options.php
[edit]
[-] settings-options.php
[edit]