From aed17623ec233949f4d4c76d675090d9c2bc8bbc Mon Sep 17 00:00:00 2001 From: Nestor Vera Date: Fri, 13 Dec 2024 18:20:37 +0100 Subject: [PATCH] Fix not checking if `$options['productsPerPage']` is set before accessing it --- woonuxt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woonuxt.php b/woonuxt.php index 7bc4179..0cbc7b9 100644 --- a/woonuxt.php +++ b/woonuxt.php @@ -457,7 +457,7 @@ function global_setting_callback() - +

The number of products that will be displayed on the product listing page. Default is 24.