mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
@@ -272,9 +272,9 @@ if ( ! class_exists( 'um\action_scheduler\Init' ) ) {
|
||||
public function set_group( $group ) {
|
||||
if ( empty( $group ) ) {
|
||||
return $this->default_group;
|
||||
} else {
|
||||
return $this->default_group . '_' . $group;
|
||||
}
|
||||
|
||||
return $this->default_group . '_' . $group;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -543,7 +543,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
|
||||
'size' => 'medium',
|
||||
),
|
||||
array(
|
||||
'id' => 'a$access_fieldsccess_redirect',
|
||||
'id' => 'access_redirect',
|
||||
'type' => 'text',
|
||||
'label' => __( 'Custom Redirect URL', 'ultimate-member' ),
|
||||
'description' => __( 'A logged out user will be redirected to this url If he is not permitted to access the site.', 'ultimate-member' ),
|
||||
|
||||
Reference in New Issue
Block a user