Changeset 3320280
- Timestamp:
- 07/01/2025 01:16:34 AM (9 months ago)
- Location:
- the-pack-addon/trunk
- Files:
-
- 1 deleted
- 33 edited
-
includes/helper-functions.php (modified) (1 diff)
-
includes/widgets/element/accordion/index.php (modified) (1 diff)
-
includes/widgets/element/accordion/view.php (modified) (1 diff)
-
includes/widgets/element/auto-tab/view.php (modified) (1 diff)
-
includes/widgets/element/card_slider/view.php (modified) (1 diff)
-
includes/widgets/element/carousel_parallax/view.php (modified) (1 diff)
-
includes/widgets/element/cliendgrid/view.php (modified) (1 diff)
-
includes/widgets/element/contact_form/view.php (modified) (1 diff)
-
includes/widgets/element/counter_circle/one.php (modified) (1 diff)
-
includes/widgets/element/datecounter/view.php (modified) (1 diff)
-
includes/widgets/element/gallery_carousel/view.php (modified) (1 diff)
-
includes/widgets/element/gmap (deleted)
-
includes/widgets/element/hover_background/view.php (modified) (1 diff)
-
includes/widgets/element/image_grid_slider/view.php (modified) (1 diff)
-
includes/widgets/element/imgbox_1/view.php (modified) (1 diff)
-
includes/widgets/element/imgbox_4/view.php (modified) (1 diff)
-
includes/widgets/element/imgslickcarousel/view.php (modified) (1 diff)
-
includes/widgets/element/single_slider/view.php (modified) (1 diff)
-
includes/widgets/element/slider_shop/view.php (modified) (1 diff)
-
includes/widgets/element/slidercarousel/view.php (modified) (1 diff)
-
includes/widgets/element/sliderparallax/view.php (modified) (1 diff)
-
includes/widgets/element/syntax-highlight/view.php (modified) (1 diff)
-
includes/widgets/element/team_1/view.php (modified) (1 diff)
-
includes/widgets/element/team_2/view.php (modified) (1 diff)
-
includes/widgets/element/testimonial_1/one.php (modified) (1 diff)
-
includes/widgets/element/testimonial_1/two.php (modified) (1 diff)
-
includes/widgets/element/testimonial_5/one.php (modified) (1 diff)
-
includes/widgets/element/testimonial_5/three.php (modified) (1 diff)
-
includes/widgets/element/testimonial_5/two.php (modified) (1 diff)
-
includes/widgets/theme/full-slider/view.php (modified) (1 diff)
-
includes/widgets/woocommerce/woo-product-design/view.php (modified) (1 diff)
-
includes/widgets/woocommerce/woo-related-product/view.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
the-pack-addon/trunk/includes/helper-functions.php
r3318618 r3320280 175 175 $btn = $text ? '<a ' . $link . ' class="tour-btn">' . $text . '</a>' : ''; 176 176 177 return $btn; 177 return $btn; 178 178 } 179 179 -
the-pack-addon/trunk/includes/widgets/element/accordion/index.php
r3281386 r3320280 76 76 'content', 77 77 [ 78 'type' => Controls_Manager:: WYSIWYG,78 'type' => Controls_Manager::TEXTAREA, 79 79 'label' => esc_html__('Content', 'the-pack-addon'), 80 80 'label_block' => true, -
the-pack-addon/trunk/includes/widgets/element/accordion/view.php
r3178811 r3320280 32 32 ?> 33 33 34 <?php echo '<div class="xldacdn ' . esc_attr($cls . $settings['lfticn']) . '" data-xld =\'' . wp_ json_encode($options) . '\'>'; ?>34 <?php echo '<div class="xldacdn ' . esc_attr($cls . $settings['lfticn']) . '" data-xld =\'' . wp_kses_post(wp_json_encode($options)) . '\'>'; ?> 35 35 <ul class="accordion <?php echo esc_attr($id); ?>"> 36 36 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/auto-tab/view.php
r3318618 r3320280 26 26 ?> 27 27 28 <?php echo '<div class="the-pack-sync auto-tab" data-xld =\'' . wp_ json_encode($slider_options) . '\'>'; ?>28 <?php echo '<div class="the-pack-sync auto-tab" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 29 29 <div class="swiper swiper-sync"> 30 30 <div class="swiper-wrapper"> -
the-pack-addon/trunk/includes/widgets/element/card_slider/view.php
r3318618 r3320280 8 8 9 9 <div class="blog-slider"> 10 <?php echo '<div class="blog-slider__wrp swiper-wrapper" data-xld =\'' . wp_ json_encode($slider_options) . '\'>'; ?>10 <?php echo '<div class="blog-slider__wrp swiper-wrapper" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 11 11 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> 12 12 <?php echo $this->content($settings['items'], $settings['img_size']); ?> -
the-pack-addon/trunk/includes/widgets/element/carousel_parallax/view.php
r3318618 r3320280 23 23 ?> 24 24 25 <?php echo '<div class="swiper-container parallax-carousel" data-xld =\'' . wp_ json_encode($slider_options) . '\'>'; ?>25 <?php echo '<div class="swiper-container parallax-carousel" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 26 26 <div class="swiper-wrapper"> 27 27 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/cliendgrid/view.php
r3318618 r3320280 34 34 $arrow = $settings['arrow'] ? '<div class="tp-arrow">' . $previkn . $nextikn . '</div>' : ''; 35 35 36 echo '<div class="swiper-container tpswiper clientslide" data-xld =\'' . wp_ json_encode($slider_options) . '\'>36 echo '<div class="swiper-container tpswiper clientslide" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'> 37 37 <div class="swiper-wrapper tb-clientwrap1">';?> 38 38 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/contact_form/view.php
r3318618 r3320280 39 39 ?> 40 40 41 <?php echo '<form class="tp-contact-wrap ' . esc_attr($icon_pos) . '" data-xld =\'' . wp_ json_encode($options) . '\' novalidate>'; ?>41 <?php echo '<form class="tp-contact-wrap ' . esc_attr($icon_pos) . '" data-xld =\'' . wp_kses_post(wp_json_encode($options)) . '\' novalidate>'; ?> 42 42 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> 43 43 <?php echo $content; ?> -
the-pack-addon/trunk/includes/widgets/element/counter_circle/one.php
r3318618 r3320280 14 14 $desc = $settings['desc'] ? '<p class="desc">' . $settings['desc'] . '</p>' : ''; 15 15 $out = ' 16 <div data-options=\'' . wp_ json_encode($options) . '\' data-size="' . esc_attr($settings['num']['size']) . '" data-prefix="' . esc_attr($settings['pre']) . '" class="client_counterup ' . esc_attr($settings['tmpl']) . '">16 <div data-options=\'' . wp_kses_post(wp_json_encode($options)) . '\' data-size="' . esc_attr($settings['num']['size']) . '" data-prefix="' . esc_attr($settings['pre']) . '" class="client_counterup ' . esc_attr($settings['tmpl']) . '"> 17 17 <div class="counter_up"> 18 18 ' . $pre . ' -
the-pack-addon/trunk/includes/widgets/element/datecounter/view.php
r3100001 r3320280 8 8 'sec' => esc_attr($settings['secl']) 9 9 ]; 10 echo '<div class="countdown ' . esc_attr($settings['tmpl']) . '" data-xld =\'' . wp_ json_encode($data) . '\'></div>';10 echo '<div class="countdown ' . esc_attr($settings['tmpl']) . '" data-xld =\'' . wp_kses_post(wp_json_encode($data)) . '\'></div>'; -
the-pack-addon/trunk/includes/widgets/element/gallery_carousel/view.php
r3318618 r3320280 16 16 17 17 ?> 18 <?php echo '<div class="swiper-container tp-gallery-slider tpswiper ' .esc_attr($center) . '" data-thop =\'' . wp_ json_encode($slider_options) . '\'>'; ?>18 <?php echo '<div class="swiper-container tp-gallery-slider tpswiper ' .esc_attr($center) . '" data-thop =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 19 19 <div class="swiper-wrapper"> 20 20 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/hover_background/view.php
r3318618 r3320280 38 38 '; 39 39 } 40 echo '<div class="bari_assex_slider" data-xld =\'' . wp_ json_encode($slider_options) . '\'><div class="flex-equal assex-wrap">';40 echo '<div class="bari_assex_slider" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'><div class="flex-equal assex-wrap">'; 41 41 //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped 42 42 echo thepack_build_html($out); -
the-pack-addon/trunk/includes/widgets/element/image_grid_slider/view.php
r3318618 r3320280 29 29 $nav = $settings['nav'] ? '<div class="tp-arrow">' . $previkn . $nextikn . '</div>' : ''; 30 30 $dot = $settings['dot'] ? '<div class="swiper-pagination"></div>' : ''; 31 echo '<div class="swiper-container tpswiper tp-img-grid-slider" data-xld =\'' . wp_ json_encode($slider_options) . '\'>31 echo '<div class="swiper-container tpswiper tp-img-grid-slider" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'> 32 32 <div class="swiper-wrapper">';?> 33 33 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/imgbox_1/view.php
r3318618 r3320280 29 29 $nav = $settings['nav'] ? '<div class="tp-arrow">' . $previkn . $nextikn . '</div>' : ''; 30 30 $dot = $settings['dot'] ? '<div class="swiper-pagination"></div>' : ''; 31 echo '<div class="swiper-container tpswiper tb-imgbox1" data-thop =\'' . wp_ json_encode($slider_options) . '\'>31 echo '<div class="swiper-container tpswiper tb-imgbox1" data-thop =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'> 32 32 <div class="swiper-wrapper">';?> 33 33 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/imgbox_4/view.php
r3318618 r3320280 55 55 56 56 if ($settings['disp'] == 'slider') { 57 echo '<div class="imgbx4carou swiper-container tpswiper" data-thop =\'' . wp_ json_encode($slider_options) . '\'>57 echo '<div class="imgbx4carou swiper-container tpswiper" data-thop =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'> 58 58 <div class="swiper-wrapper">';?> 59 59 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/imgslickcarousel/view.php
r3318618 r3320280 28 28 ?> 29 29 30 <?php echo '<div class="xldslickcarousel ' . esc_attr($settings['tmpl']) . '" data-xld =\'' . wp_ json_encode($slider_options) . '\'>'; ?>30 <?php echo '<div class="xldslickcarousel ' . esc_attr($settings['tmpl']) . '" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 31 31 <div class='single-item'> 32 32 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/single_slider/view.php
r3318618 r3320280 23 23 } 24 24 25 echo '<div data-xld =\'' . wp_ json_encode($slider_options) . '\' class="tpsingle-slide ' . esc_attr($settings['pagityp']) . ' ' . esc_attr($settings['arrowtyp']) . '">';25 echo '<div data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\' class="tpsingle-slide ' . esc_attr($settings['pagityp']) . ' ' . esc_attr($settings['arrowtyp']) . '">'; 26 26 ?> 27 27 <div class="swiper-container gallery-top"> -
the-pack-addon/trunk/includes/widgets/element/slider_shop/view.php
r3318618 r3320280 25 25 <div class="tb-shopslide"> 26 26 <!-- slides--> 27 <?php echo '<div class="swiper-container main-slider ' . esc_attr($settings['tmpl']) . ' tpswiper" data-xld =\'' . wp_ json_encode($slider_options) . '\'>'; ?>27 <?php echo '<div class="swiper-container main-slider ' . esc_attr($settings['tmpl']) . ' tpswiper" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 28 28 <div class="swiper-wrapper"> 29 29 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/slidercarousel/view.php
r3318618 r3320280 23 23 24 24 <div class="folio-carousel1"> 25 <?php echo '<div class="swiper-container tpswiper ' . esc_attr($settings['tmpl']) . '" data-xld =\'' . wp_ json_encode($slider_options) . '\'>'; ?>25 <?php echo '<div class="swiper-container tpswiper ' . esc_attr($settings['tmpl']) . '" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 26 26 <div class="swiper-wrapper"> 27 27 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/sliderparallax/view.php
r3318618 r3320280 35 35 } 36 36 37 echo '<div class="tp-main-slider ' . esc_attr($settings['trnsl']) . '" data-xld =\'' . wp_ json_encode($slider_options) . '\'>';37 echo '<div class="tp-main-slider ' . esc_attr($settings['trnsl']) . '" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; 38 38 ?> 39 39 <div class="swiper-container"> -
the-pack-addon/trunk/includes/widgets/element/syntax-highlight/view.php
r3100001 r3320280 3 3 'source' => ('yes' === $settings['source']), 4 4 ]; 5 echo '<div class="tp-syntax-highlight" data-xld =\'' . wp_ json_encode($options) . '\'>';5 echo '<div class="tp-syntax-highlight" data-xld =\'' . wp_kses_post(wp_json_encode($options)) . '\'>'; 6 6 ?> 7 7 <pre class="code" data-language="<?php echo esc_attr($settings['lang']);?>"> -
the-pack-addon/trunk/includes/widgets/element/team_1/view.php
r3318618 r3320280 3 3 4 4 if ($settings['disp'] == 'slider') { 5 echo '<div class="swiper tpswiper team1carou" data-xld =\'' . wp_ json_encode($swiper_opt['settings']) . '\'>5 echo '<div class="swiper tpswiper team1carou" data-xld =\'' . wp_kses_post(wp_json_encode($swiper_opt['settings'])) . '\'> 6 6 <div class="swiper-wrapper">';?> 7 7 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/team_2/view.php
r3318618 r3320280 19 19 20 20 if ($settings['disp'] == 'slider') { 21 echo '<div class="tbteam2 hascarou ' . esc_attr($settings['styl']) . '" data-xld =\'' . wp_ json_encode($slider_options) . '\'>21 echo '<div class="tbteam2 hascarou ' . esc_attr($settings['styl']) . '" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'> 22 22 <div class="swiper-wrapper">';?> 23 23 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/testimonial_1/one.php
r3318618 r3320280 33 33 ?> 34 34 35 <?php echo '<div class="swiper testimonial-1 tpswiper" data-xld =\'' . wp_ json_encode($swiper_opt['settings']) . '\'>'; ?>35 <?php echo '<div class="swiper testimonial-1 tpswiper" data-xld =\'' . wp_kses_post(wp_json_encode($swiper_opt['settings'])) . '\'>'; ?> 36 36 <div class="swiper-wrapper"> 37 37 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/testimonial_1/two.php
r3318618 r3320280 34 34 ?> 35 35 36 <?php echo '<div class="swiper testimonial-1 tpswiper style-2" data-xld =\'' . wp_ json_encode($swiper_opt['settings']) . '\'>'; ?>36 <?php echo '<div class="swiper testimonial-1 tpswiper style-2" data-xld =\'' . wp_kses_post(wp_json_encode($swiper_opt['settings'])) . '\'>'; ?> 37 37 <div class="swiper-wrapper"> 38 38 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/testimonial_5/one.php
r3050466 r3320280 31 31 ?> 32 32 33 <?php echo '<div class="testi5-container" data-xld =\'' . wp_ json_encode($slider_options) . '\'>'; ?>33 <?php echo '<div class="testi5-container" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 34 34 <div style="display:none" class="testi5wrap style-one"> 35 35 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/testimonial_5/three.php
r3050466 r3320280 28 28 ?> 29 29 30 <?php echo '<div class="testi5-container" data-xld =\'' . wp_ json_encode($slider_options) . '\'>'; ?>30 <?php echo '<div class="testi5-container" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 31 31 <div style="display:none" class="testi5wrap style-three"> 32 32 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/element/testimonial_5/two.php
r3050466 r3320280 27 27 ?> 28 28 29 <?php echo '<div class="testi5-container" data-xld =\'' . wp_ json_encode($slider_options) . '\'>'; ?>29 <?php echo '<div class="testi5-container" data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\'>'; ?> 30 30 <div style="display:none" class="testi5wrap style-two"> 31 31 <?php //phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped ?> -
the-pack-addon/trunk/includes/widgets/theme/full-slider/view.php
r3318618 r3320280 51 51 52 52 <div class="thepack-slider-four thepack-swiper swiper"> 53 <?php echo '<div class="swiper-wrapper" data-slick =\''.wp_ json_encode($slider_options).'\'>';?>53 <?php echo '<div class="swiper-wrapper" data-slick =\''.wp_kses_post(wp_json_encode($slider_options)).'\'>';?> 54 54 <?php if ($loop->have_posts()) : ?> 55 55 <?php while ($loop->have_posts()) : $loop->the_post(); -
the-pack-addon/trunk/includes/widgets/woocommerce/woo-product-design/view.php
r3318618 r3320280 29 29 30 30 if ($wp_query->have_posts()) { 31 echo '<div data-xld =\'' . wp_ json_encode($slider_options) . '\' class="' . esc_attr($parent_cls) . '">';31 echo '<div data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\' class="' . esc_attr($parent_cls) . '">'; 32 32 echo '<div class="' . esc_attr($main_cls) . '">'; 33 33 if ( wc_get_loop_prop( 'total' ) ) { -
the-pack-addon/trunk/includes/widgets/woocommerce/woo-related-product/view.php
r3050466 r3320280 31 31 $wp_query = new \WP_Query( ['post__in' => $id,'post_type' => 'any'] ); 32 32 if ($wp_query->have_posts()){ 33 echo '<div data-xld =\'' . wp_ json_encode($slider_options) . '\' class="' . esc_attr($parent_cls) . '">';33 echo '<div data-xld =\'' . wp_kses_post(wp_json_encode($slider_options)) . '\' class="' . esc_attr($parent_cls) . '">'; 34 34 echo '<div class="' . esc_attr($main_cls) . '">'; 35 35 while ( $wp_query->have_posts() ) { -
the-pack-addon/trunk/index.php
r3318618 r3320280 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 Version: 2.1. 410 Version: 2.1.5 11 11 Text Domain: the-pack-addon 12 12 Domain Path: /languages/ -
the-pack-addon/trunk/readme.txt
r3318618 r3320280 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 2.1. 46 Stable tag: 2.1.5 7 7 Requires PHP: 7.0 8 8 License: GPLv3 or later
Note: See TracChangeset
for help on using the changeset viewer.