disable admin notices for now
This commit is contained in:
parent
e72e4ad29e
commit
ce4012e1e9
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ add_filter(
|
||||||
3
|
3
|
||||||
);
|
);
|
||||||
|
|
||||||
require_once __DIR__ . '/admin/class-admin-notices.php';
|
// require_once __DIR__ . '/admin/class-admin-notices.php';
|
||||||
new \Admin_Notices();
|
// new \Admin_Notices();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a filter for http_request_host_is_external
|
* Add a filter for http_request_host_is_external
|
||||||
|
|
Loading…
Reference in a new issue