This commit is contained in:
2025-07-18 16:11:51 -07:00
parent a4730a4eec
commit 2dd9e866f4

View File

@@ -40,6 +40,6 @@ class DontShowProductsOnShopLandingPageAction extends RadAction
$query->set('post_type', 'product');
$query->set('posts_per_page', 0);
}
}, 20);
}, 99);
}
}