This commit is contained in:
2025-07-18 16:06:52 -07:00
parent f857a1dd73
commit 85eed6b2d9

View File

@@ -9,12 +9,12 @@ class DontShowProductsOnShopLandingPageAction extends RadAction
/** /**
* @var string WordPress hook to attach to. * @var string WordPress hook to attach to.
*/ */
protected string $hookName = 'init'; protected string $hookName = 'parse_query';
/** /**
* @var int Hook priority. * @var int Hook priority.
*/ */
protected int $priority = 10; protected int $priority = 99;
/** /**
* Your action callback. * Your action callback.