mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 05:03:33 +09:00
- hotfixes for member directory settings and frontend functionality;
This commit is contained in:
@@ -46,7 +46,7 @@ $fields = array(
|
||||
'value' => $_um_sorting_fields,
|
||||
'options' => array_merge( UM()->member_directory()->sort_fields, array( 'other' => __( 'Other (Custom Field)', 'ultimate-member' ) ) ),
|
||||
'add_text' => __( 'Add New Field', 'ultimate-member' ),
|
||||
'show_default_number' => 1,
|
||||
'show_default_number' => 0,
|
||||
'conditional' => array( '_um_enable_sorting', '=', 1 ),
|
||||
),
|
||||
); ?>
|
||||
|
||||
Reference in New Issue
Block a user