Support

Account

Home Forums Add-ons Options Page Options Page shortcode is not rendered corectly Reply To: Options Page shortcode is not rendered corectly

  • the easy way to fix this is by simply apply the_content fileter.

    
    $cookies = get_field('cookies', 'option');
    $text = $cookies['fieldname'];
    echo apply_filters('the_content', $text);