- 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
+1
View File
@@ -743,6 +743,7 @@ if ( ! class_exists( 'um\core\Form' ) ) {
case 'youtube_video':
case 'vimeo_video':
case 'soundcloud_track':
case 'spotify':
$form[ $k ] = sanitize_text_field( $form[ $k ] );
break;
case 'multiselect':