| @@ -9,8 +9,10 @@ | ||
| 9 | 9 | use Elementor\Group_Control_Image_Size; |
| 10 | 10 | use Elementor\Group_Control_Box_Shadow; |
| 11 | 11 | |
| 12 | 12 | |
| 13 | +// 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. | |
| 14 | + | |
| 13 | 15 | // use UltimateStoreKit\Modules\QueryControl\Controls\Group_Control_Posts; |
| 14 | 16 | |
| 15 | 17 | defined('ABSPATH') || die(); |
| 16 | 18 | |