- add a spotify field

This commit is contained in:
ashubawork
2023-06-13 09:32:03 +03:00
parent ca092d9496
commit 4c6a2c3b45
5 changed files with 51 additions and 0 deletions
+2
View File
@@ -1652,6 +1652,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
case 'youtube_video':
case 'vimeo_video':
case 'soundcloud_track':
case 'spotify':
$array['disabled'] = '';
$array['input'] = 'text';
break;
@@ -2381,6 +2382,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
case 'googlemap':
case 'youtube_video':
case 'vimeo_video':
case 'spotify':
case 'soundcloud_track':
$output .= '<div ' . $this->get_atts( $key, $classes, $conditional, $data ) . '>';