mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed wp_editor null value;
This commit is contained in:
@@ -2828,6 +2828,8 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
*/
|
||||
$textarea_settings = apply_filters( 'um_form_fields_textarea_settings', $textarea_settings, $data );
|
||||
|
||||
$field_value = empty( $field_value ) ? '' : $field_value;
|
||||
|
||||
// turn on the output buffer
|
||||
ob_start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user