| @@ -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(); |