���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC load_default_settings(); if ( loftloader_is_customize() ) { $this->load_customize_controls(); add_action( 'customize_controls_init', array( $this, 'remove_sections' ), 1000 ); add_action( 'customize_controls_enqueue_scripts', array( $this, 'customize_scripts' ), 9999 ); add_action( 'customize_preview_init', array( $this, 'preview_scripts' ) ); } } private function load_default_settings() { require_once LOFTLOADER_ROOT . 'inc/configs/default-settings.php'; } public function load_customize_controls() { $config_dir = LOFTLOADER_ROOT . 'inc/configs/'; require_once $config_dir . 'customize-main.php'; require_once $config_dir . 'customize-range.php'; require_once $config_dir . 'customize-background.php'; require_once $config_dir . 'customize-loader.php'; require_once $config_dir . 'customize-promo.php'; require_once $config_dir . 'customize-more.php'; require_once $config_dir . 'customize-advanced.php'; } public function remove_sections() { global $wp_customize; foreach( $wp_customize->containers() as $id => $container ) { if ( $container instanceof WP_Customize_Panel ) { ( strpos( $id, 'loftloader_' ) === false ) ? $wp_customize->remove_panel( $id ) : ''; } else if ( $container instanceof WP_Customize_Section){ ( strpos( $id, 'loftloader_' ) === false ) ? $wp_customize->remove_section( $id ) : ''; } } } public function customize_scripts() { global $wp_scripts, $wp_styles; $js_url = LOFTLOADER_URI . 'assets/js/customize.min.js'; $js_dep = array('jquery', 'wp-color-picker', 'jquery-ui-slider', 'customize-controls', 'media-editor' ); $ui_css = LOFTLOADER_URI . 'assets/css/jquery-ui.css'; $loader_css = LOFTLOADER_URI . 'assets/css/loftloader-settings.min.css'; wp_register_script( 'loftloader-lite-customize', $js_url, $js_dep, LOFTLOADER_ASSET_VERSION ); wp_localize_script( 'loftloader-lite-customize', 'loftloader_lite_i18n', array( 'name' => esc_html__( 'LoftLoader Lite', 'loftloader' ) ) ); // Change the site title in string "You are customizing ..." wp_enqueue_script( 'loftloader-lite-customize' ); wp_enqueue_style( 'loftloader-lite-ui', $ui_css, array(), LOFTLOADER_ASSET_VERSION ); wp_enqueue_style( 'loftloader-lite-customize', $loader_css, array(), LOFTLOADER_ASSET_VERSION ); foreach ( $wp_scripts->registered as $h => $o ) { if ( strpos( $o->src, 'wp-content/themes' ) !== false ) { wp_dequeue_script( $h ); } if ( strpos( $o->src, 'wp-content/plugins/disable-blog/' ) !== false ) { wp_dequeue_script( $h ); } }; foreach ( $wp_styles->registered as $h => $o ) { if ( strpos($o->src, 'wp-content/themes') !== false ) { wp_dequeue_style( $h ); } }; } public function preview_scripts() { $js_url = LOFTLOADER_URI . 'assets/js/preview.min.js'; wp_register_script( 'loftloader-lite-preview', $js_url, array( 'jquery', 'customize-preview' ), LOFTLOADER_ASSET_VERSION, true ); wp_localize_script( 'loftloader-lite-preview', 'loftloader_lite', array( 'preview' => 'on' ) ); wp_enqueue_script( 'loftloader-lite-preview' ); } } new LoftLoader_Customize(); } if ( class_exists( 'WP_Customize_Setting' ) ) { /** * LoftLoader related customization api classes * * @since 2.0.0 */ // LoftLoader base section class, changed the json function to modify the customize action text class LoftLoader_Customize_Section extends WP_Customize_Section { public function json() { $array = parent::json(); $array['customizeAction'] = esc_html__( 'Setting', 'loftloader' ); return $array; } /** * render function for LoftLoader Switch section */ protected function render() { if ( 'loftloader_switch' === $this->type ) : $switch = $this->manager->get_setting('loftloader_main_switch')->value(); $classes = 'accordion-section control-section control-section-' . $this->type; ?>
  • title ); ?> />

  • filter && ( $this->manager->get_setting($this->parent_setting_id ) instanceof WP_Customize_Setting ) && ! empty( $this->show_filter ) ) { $parent_setting_value = $this->manager->get_setting( $this->parent_setting_id )->value(); return in_array( $parent_setting_value, $this->show_filter ) ? true : false; } return true; } public function render_content() { switch ( $this->type ) { case 'loftloader-ad': if ( ! empty( $this->label ) ) : ?> label ); ?> img ) ) : ?>
    label ) ) : ?> label ); ?> description ) ) : ?> description ); ?> link(); ?> class="button button-primary loftloader-any-page-generate" value="" />

    description ) ) : ?> description ); ?> text ) ) { echo esc_html( $this->text ) . '
    '; } if ( ! empty( $this->note_below ) ) : ?> note_below ); ?>filter && ( $this->manager->get_setting( $this->parent_setting_id ) instanceof WP_Customize_Setting ) && ! empty( $this->show_filter ) ) { $parent_setting_value = $this->manager->get_setting( $this->parent_setting_id )->value(); return in_array( $parent_setting_value, $this->show_filter ) ? true : false; } return true; } } // Modify the image control class to add the display dependency logic. class LoftLoader_Customize_Image_Control extends WP_Customize_Image_Control { public $filter = false; public $parent_setting_id = ''; public $show_filter = array(); public function active_callback() { if ( $this->filter && ( $this->manager->get_setting($this->parent_setting_id ) instanceof WP_Customize_Setting ) && ! empty( $this->show_filter ) ) { $parent_setting_value = $this->manager->get_setting( $this->parent_setting_id )->value(); return in_array( $parent_setting_value, $this->show_filter ) ? true : false; } return true; } } // Add new slider control class with jqueryui slider function class LoftLoader_Customize_Slider_Control extends LoftLoader_Customize_Control { public $input_class = ''; public $after_text = '%'; public function render_content() { if ( empty( $this->input_attrs ) ) { return; } ?>
    input_attrs(); ?> >
    choices ) ) return; if ( ! empty( $this->label ) ) : ?> label ); ?> description ) ) : ?>
    id; foreach ( $this->choices as $value => $attrs ) : $attr = ''; if ( ! empty( $attrs['attr'] ) ) { foreach ( (array)$attrs['attr'] as $attr_name => $attr_value ) { $attr .= ' ' . $attr_name . '="' . $attr_value . '"'; } } $item_id = sanitize_title( $this->id . '-' . $value ); ?>
    manager->get_control( $setting->id )->choices; $choices = array_keys( $choices ); return in_array( $input, $choices ) ? $input : $setting->default; } } if ( ! function_exists( 'loftloader_sanitize_number' ) ) { /** * Check the value is float with 1 decimal * * @param string the value from user * @param object customize setting object * @return string the value from user or the default setting value */ function loftloader_sanitize_number( $value) { if ( ! empty( $value ) ) { $value = floatval( $value ); return number_format( $value, 1, '.', '' ); } return 0; } } }