- fixed wp_editor null value;

This commit is contained in:
Mykyta Synelnikov
2024-05-22 00:30:58 +03:00
parent 8208d01bf8
commit 491f12161e
+2
View File
@@ -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();