changes
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user