mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
Account page is mobile adaptive
This commit is contained in:
@@ -1272,4 +1272,24 @@ $this->sections[] = array(
|
||||
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
$this->sections[] = array(
|
||||
|
||||
'subsection' => true,
|
||||
'title' => __( 'Member Directory'),
|
||||
'fields' => array(
|
||||
|
||||
array(
|
||||
'id' => 'directory_template',
|
||||
'type' => 'select',
|
||||
'select2' => array( 'allowClear' => 0, 'minimumResultsForSearch' => -1 ),
|
||||
'title' => __( 'Members Default Template' ),
|
||||
'desc' => __( 'This will be the default template to output member directory' ),
|
||||
'default' => um_get_metadefault('directory_template'),
|
||||
'options' => $ultimatemember->shortcodes->get_templates( 'members' ),
|
||||
),
|
||||
|
||||
)
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user