Does the WYSWIYG field allow shortcodes? I saw this post:
https://support.metabox.io/topic/shortcode-in-wysiwyg-type/
but I think I am having a hard time understanding. Just for testing purposes I used the sample code from the WYSWIYG documentation https://docs.metabox.io/fields/wysiwyg/:
array(
'name' => 'WYSIWYG / Rich Text Editor',
'id' => 'field_id',
'type' => 'wysiwyg',
'raw' => false,
'options' => array(
'textarea_rows' => 4,
'teeny' => true,
),
),
So how exactly would I use shortcodes with this?
Thank for all you do and for all the help. It's greatly appreciated.