PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.1.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.1.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
← All changes | modules/featured-box/widgets/featured-box.php +2 -1 3.0.83.1.4 View file →
@@ -14,8 +14,10 @@
14 14 if (!defined('ABSPATH')) {
15 15 exit;
16 16 } // Exit if accessed directly
17 17
18 +// phpcs:disable WordPressVIPMinimum.Performance.WPQueryParams -- WordPressVIPMinimum targets the VIP platform, not the plugin directory. These exclusionary parameters come from a widget's own "exclude" control: the list is whatever the site owner picked in Elementor, applied to a bounded result set, not an unbounded catalogue scan.
19 +
18 20 class Featured_Box extends Module_Base {
19 21
20 22 public function get_name() {
21 23 return 'usk-featured-box';
@@ -388,9 +390,8 @@
388 390 'separator' => 'before',
389 391 ]
390 392 );
391 393
392 -
393 394
394 395 $this->end_controls_tab();
395 396 $this->end_controls_tabs();
396 397 $this->end_controls_section();