Support

Account

Home Forums Add-ons Repeater Field Repeater + WYWIWYG bug with shortcode Reply To: Repeater + WYWIWYG bug with shortcode

  • Hi @elliot.
    I have created ajax function, where inside are repeater fields.
    Once of them has wysiwyg and in the content I have youtube video link (in admin area those was converted to iFrame).
    In ajax response videos are as string.
    I have tried to use apply_filters( 'the_content', $tab['content'], true ); but it doesn’t work.
    format_value_wysiwyg (function above) doesn’t work for me.
    Hope you can help me. Thanks