* WPCS;
This commit is contained in:
Mykyta Synelnikov
2024-11-06 14:30:27 +02:00
parent 065dfa54ed
commit c28135f212
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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;
}
}
}
+1 -1
View File
@@ -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' ),