- 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
+2 -2
View File
@@ -298,8 +298,8 @@ if ( ! class_exists( 'um\admin\Secure' ) ) {
array(
'id' => 'secure_allowed_redirect_hosts',
'type' => 'textarea',
'label' => __( 'Allowed hosts for redirect (one host per line)', 'ultimate-member' ),
'description' => __( 'Extend allowed hosts for redirects', 'ultimate-member' ),
'label' => __( 'Allowed hosts for safe redirect (one host per line)', 'ultimate-member' ),
'description' => __( 'Extend allowed hosts for frontend pages redirects', 'ultimate-member' ),
),
)
);