mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Update 1.0.85
This commit is contained in:
@@ -1378,6 +1378,16 @@ $this->sections[] = array(
|
||||
'off' => __('Off','ultimatemember'),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'profile_show_social_links',
|
||||
'type' => 'switch',
|
||||
'title' => __( 'Show social links in profile header','ultimatemember' ),
|
||||
'default' => um_get_metadefault('profile_show_social_links'),
|
||||
'desc' => __('Switch on/off the social links on profile header','ultimatemember'),
|
||||
'on' => __('On','ultimatemember'),
|
||||
'off' => __('Off','ultimatemember'),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'profile_show_bio',
|
||||
'type' => 'switch',
|
||||
|
||||
Reference in New Issue
Block a user