mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed #1085;
This commit is contained in:
@@ -1058,21 +1058,24 @@ if ( ! class_exists( 'um\core\Builtin' ) ) {
|
||||
),
|
||||
|
||||
'youtube' => array(
|
||||
'title' => __('YouTube','ultimate-member'),
|
||||
'metakey' => 'youtube',
|
||||
'type' => 'url',
|
||||
'label' => __('YouTube','ultimate-member'),
|
||||
'required' => 0,
|
||||
'public' => 1,
|
||||
'editable' => 1,
|
||||
'title' => __( 'YouTube', 'ultimate-member' ),
|
||||
'metakey' => 'youtube',
|
||||
'type' => 'url',
|
||||
'label' => __( 'YouTube', 'ultimate-member' ),
|
||||
'required' => 0,
|
||||
'public' => 1,
|
||||
'editable' => 1,
|
||||
'url_target' => '_blank',
|
||||
'url_rel' => 'nofollow',
|
||||
'icon' => 'um-faicon-youtube',
|
||||
'validate' => 'youtube_url',
|
||||
'url_text' => 'YouTube',
|
||||
'advanced' => 'social',
|
||||
'color' => '#e52d27',
|
||||
'match' => 'https://youtube.com/',
|
||||
'url_rel' => 'nofollow',
|
||||
'icon' => 'um-faicon-youtube',
|
||||
'validate' => 'youtube_url',
|
||||
'url_text' => __( 'YouTube', 'ultimate-member' ),
|
||||
'advanced' => 'social',
|
||||
'color' => '#e52d27',
|
||||
'match' => array(
|
||||
'https://youtube.com/',
|
||||
'https://youtu.be/',
|
||||
),
|
||||
),
|
||||
|
||||
'soundcloud' => array(
|
||||
|
||||
Reference in New Issue
Block a user