mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 06:33:50 +09:00
Version 1.0.25
This commit is contained in:
@@ -78,6 +78,14 @@ $this->sections[] = array(
|
||||
'off' => __('Disable'),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'use_gravatars',
|
||||
'type' => 'switch',
|
||||
'title' => __( 'Use Gravatars?' ),
|
||||
'default' => 0,
|
||||
'desc' => __('Do you want to use gravatars instead of the default plugin profile photo (If the user did not upload a custom profile photo / avatar)','ultimatemember'),
|
||||
),
|
||||
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user