Server : LiteSpeed System : Linux webbox1.ncrdns.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : rahcos ( 1533) PHP Version : 8.4.24 Disable Function : NONE Directory : /home4/rahcos/.trash/wp-content/themes/hara/inc/vendors/redux-framework/config/ |
<?php
/**
* Redux Framework checkbox config.
* For full documentation, please visit: http://devs.redux.io/
*
* @package Redux Framework
*/
defined( 'ABSPATH' ) || exit;
/** General Settings **/
Redux::set_section(
$opt_name,
array(
'icon' => 'zmdi zmdi-settings',
'title' => esc_html__('General', 'hara'),
'fields' => array(
array(
'id' => 'config_media',
'type' => 'switch',
'title' => esc_html__('Enable Config Image Size', 'hara'),
'subtitle' => esc_html__('Config image size in WooCommerce and Media Setting', 'hara'),
'default' => false
),
array(
'id' => 'ajax_dropdown_megamenu',
'type' => 'switch',
'title' => esc_html__('Enable "Ajax Dropdown" Mega Menu', 'hara'),
'default' => false,
),
)
)
);