When using wp_editor field, no data is saved and empty wp_editor is returned on page refresh.
Well this happens if we omit value attribute in the wp_editor array.
The solution I found was to include array value data as 'value' => '',
Can you update the code so that even if we don't include the value attribute, it get's automatically adds an empty value?
When using wp_editor field, no data is saved and empty wp_editor is returned on page refresh.
Well this happens if we omit value attribute in the wp_editor array.
The solution I found was to include array value data as
'value' => '',Can you update the code so that even if we don't include the value attribute, it get's automatically adds an empty value?