I have tried copying some PHP from this page: https://docs.metabox.io/fields/textarea/
The code snippet is
<?php $value = rwmb_meta( 'my_field_id' ) ?>
<?= wpautop( $value ) ?>
I tried changing out the my_field_id
with the id from one of my fields.
But I am unable to save the PHP as it apparently has some error(s) in it. What am I doing wrong?
See screenshot here: https://i.postimg.cc/YSP0m0zq/Screen-Shot-2022-04-21-at-10-39-46-PM.png
My goal is to have text from the text area include paragraph breaks on the front-end.