mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- init commit
This commit is contained in:
@@ -1711,6 +1711,12 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
|
||||
break;
|
||||
|
||||
case 'oembed':
|
||||
|
||||
$array['input'] = 'url';
|
||||
|
||||
break;
|
||||
|
||||
case 'date':
|
||||
|
||||
$array['input'] = 'text';
|
||||
@@ -2649,6 +2655,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
}
|
||||
break;
|
||||
/* URL */
|
||||
case 'oembed':
|
||||
case 'url':
|
||||
$output .= '<div ' . $this->get_atts( $key, $classes, $conditional, $data ) . '>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user