Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
plugins
/
yith-woocommerce-wishlist
/
plugin-options
/
File Content:
settings-options.php
<?php /** * Settings options * * @package YITH\Wishlist\PluginOptions */ defined( 'YITH_WCWL' ) || exit; // Exit if accessed directly $sub_tabs = array( 'settings-general' => array( 'title' => _x( 'General', 'Tab title in plugin settings panel', 'yith-woocommerce-wishlist' ), 'yith-wcwl-priority' => 20, 'description' => _x( 'Configure the plugin general settings.', 'Tab description in plugin settings panel', 'yith-woocommerce-wishlist' ), ), 'settings-add_to_wishlist' => array( 'title' => _x( 'Add to wishlist', 'Tab title in plugin settings panel', 'yith-woocommerce-wishlist' ), 'yith-wcwl-priority' => 20, 'description' => _x( 'Configure the Add to wishlist settings.', 'Tab description in plugin settings panel', 'yith-woocommerce-wishlist' ), ), 'settings-wishlist_page' => array( 'title' => _x( 'Wishlist page', 'Tab title in plugin settings panel', 'yith-woocommerce-wishlist' ), 'yith-wcwl-priority' => 20, 'description' => _x( 'Configure the wishlist page settings.', 'Tab description in plugin settings panel', 'yith-woocommerce-wishlist' ), ), ); $options = array( 'settings' => array( 'settings-tabs' => array( 'type' => 'multi_tab', 'sub-tabs' => apply_filters( 'yith_wcwl_setting_options_sub_tabs', $sub_tabs ), ), ), ); return apply_filters( 'yith_wcwl_panel_settings_options', $options );
Submit
FILE
FOLDER
Name
Size
Permission
Action
customization
---
0755
settings
---
0755
customization-options.php
958 bytes
0644
icons-list.php
7133 bytes
0644
lists-options.php
1362 bytes
0644
settings-options.php
1428 bytes
0644
N4ST4R_ID | Naxtarrr