Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Derek Herman

    (@valendesigns)

    OptionTree does not allow the content editor in List Items or meta boxes by default, you will need to override that with the ot_override_forced_textarea_simple filter.

    Thread Starter Alex Kozack

    (@cawa-93)

    Show me example

    Plugin Author Derek Herman

    (@valendesigns)

    This is the type of research a good developer should be doing on their own.

    add_filter( 'ot_override_forced_textarea_simple' '__return_true' );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Visual textarea does not work’ is closed to new replies.