- updated hookdocs;

- reviewed `um_safe_redirect()`;
- updated readme.txt
This commit is contained in:
Mykyta Synelnikov
2023-07-18 12:06:17 +03:00
parent 6231c5cb78
commit ce4cf8fe7b
14 changed files with 182 additions and 117 deletions
@@ -962,6 +962,9 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
'secure_notify_admins_banned_accounts__interval' => array(
'sanitize' => 'key',
),
'secure_allowed_redirect_hosts' => array(
'sanitize' => 'textarea',
),
)
);