We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e5873 commit 3029aeaCopy full SHA for 3029aea
includes/wpum-fields/types/class-wpum-field-userrole.php
@@ -57,7 +57,7 @@ public function get_editor_settings() {
57
];
58
59
if ( wpum_get_option( 'allow_multiple_user_roles' ) ) {
60
- $settings['allow_multiple'] = array(
+ $settings['general']['allow_multiple'] = array(
61
'type' => 'checkbox',
62
'label' => esc_html__( 'Allow multiple selection', 'wp-user-manager' ),
63
'hint' => esc_html__( 'Allow users to select multiple roles for themselves', 'wp-user-manager' ),
0 commit comments