PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.86
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.86
51.1.86 51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 All 40 releases
← All changes | includes/widgets/Comparison_Matrix_Cards/Comparison_Matrix_Cards.php +10 -5 51.1.44 → 51.1.86 View file →
@@ -47,9 +47,9 @@
47 47 * Widget icon.
48 48 */
49 49 public function get_icon(): string
50 50 {
51 - return 'eicon-price-table';
51 + return 'king-addons-icon king-addons-comparison-matrix-cards';
52 52 }
53 53
54 54 /**
55 55 * Style dependencies.
@@ -94,9 +94,14 @@
94 94 {
95 95 return ['comparison', 'matrix', 'cards', 'pricing', 'plans'];
96 96 }
97 97
98 - /**
98 + public function get_custom_help_url()
99 + {
100 + return 'mailto:[email protected]?subject=Bug Report - King Addons&body=Please describe the issue';
101 + }
102 +
103 + /**
99 104 * Register widget controls.
100 105 */
101 106 public function register_controls(): void
102 107 {
@@ -631,9 +636,9 @@
631 636 [
632 637 'label' => $this->get_pro_label(esc_html__('Compare Attributes', 'king-addons')),
633 638 'type' => Controls_Manager::REPEATER,
634 639 'fields' => $attributes->get_controls(),
635 - 'title_field' => '{{{ kng_woo_attr_slug }}}',
640 + 'title_field' => '{{ kng_woo_attr_slug }}',
636 641 'classes' => $this->get_pro_control_class(),
637 642 ]
638 643 );
639 644
@@ -790,9 +795,9 @@
790 795 [
791 796 'label' => esc_html__('Plans', 'king-addons'),
792 797 'type' => Controls_Manager::REPEATER,
793 798 'fields' => $repeater->get_controls(),
794 - 'title_field' => '{{{ kng_plan_name }}}',
799 + 'title_field' => '{{ kng_plan_name }}',
795 800 'default' => [
796 801 [
797 802 'kng_plan_name' => esc_html__('Starter', 'king-addons'),
798 803 'kng_plan_badge' => '',
@@ -897,9 +902,9 @@
897 902 [
898 903 'label' => esc_html__('Feature Rows', 'king-addons'),
899 904 'type' => Controls_Manager::REPEATER,
900 905 'fields' => $repeater->get_controls(),
901 - 'title_field' => '{{{ kng_feature_label }}}',
906 + 'title_field' => '{{ kng_feature_label }}',
902 907 'default' => [
903 908 [
904 909 'kng_feature_label' => esc_html__('Unlimited projects', 'king-addons'),
905 910 'kng_feature_value_1_type' => 'limited',