HEX
Server: Apache
System: Linux webm006.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: perditaeyz (838589)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/perditaeyz/www/wp-content/plugins/side-cart-woocommerce/admin/views/settings/advanced.php
<?php

$settings = array(

	array(
		'callback' 		=> 'checkbox',
		'title' 		=> 'Refresh Cart',
		'id' 			=> 'm-refresh-cart',
		'section_id' 	=> 'av_main',
		'default' 		=> 'no',
		'desc' 			=> '<b>NOTE - Enable this option only if the cart is not showing correct prices.</b>'
	),

	array(
		'callback' 		=> 'textarea',
		'title' 		=> 'Custom CSS',
		'id' 			=> 'm-custom-css',
		'section_id' 	=> 'av_main',
		'default' 		=> '',
		'args' 			=> array(
			'rows' => 20,
			'cols' => 70
		)
	),

);


return apply_filters( 'xoo_wsc_admin_settings', $settings, 'advanced' );

?>