Meta Box
Support Forum
Support › MB Group › Wysiwyng doesn't save
Wysiwyng doesn't save <p> when combined with Oxygen Builder. I need to solve this.
Hello Tom,
If you use the WYSIWYG field as a subfield in a group field, the value will be saved without <p> tag. If you want to render the <p> tag, you should use the PHP code wpautop() to wrap the field value.
<p>
wpautop()
It is noted in the documentation https://docs.metabox.io/extensions/meta-box-group/#sub-field-values https://docs.metabox.io/fields/wysiwyg/#template-usage