HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/customization-options.php.tar
httpdocs/wp-content/plugins/yith-woocommerce-wishlist/plugin-options/customization-options.php000064400000001676151540432510035664 0ustar00var/www/vhosts/uyarreklam.com.tr<?php
/**
 * Customization options
 *
 * @package YITH\Wishlist\PluginOptions
 */

defined( 'YITH_WCWL' ) || exit; // Exit if accessed directly.

$sub_tabs = array(
	'customization-style'  => array(
		'title'       => _x( 'Customization', 'Tab title in plugin settings panel', 'yith-woocommerce-wishlist' ),
		'description' => __( 'Customize the style of the whole plugin.', 'yith-woocommerce-wishlist' ),
	),
	'customization-labels' => array(
		'title'       => _x( 'Labels', 'Tab title in plugin settings panel', 'yith-woocommerce-wishlist' ),
		'description' => _x( 'Customize the labels of the whole plugin.', 'Tab description in plugin settings panel', 'yith-woocommerce-wishlist' ),
	),
);

$options = array(
	'customization' => array(
		'customization-tabs' => array(
			'nav-layout' => 'horizontal',
			'type'       => 'multi_tab',
			'sub-tabs'   => $sub_tabs,
		),
	),
);

return apply_filters( 'yith_wcwl_panel_customization_options', $options );