You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should probably replace the default behavior for the textarea_code field type, with an options opt-out, e.g. 'options' => array( 'formatted' => false ).
WordPress 4.9 added the Code Editor API (https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/) to generate CodeMirror editors. It requires a bit of JavaScript hookup but would allow for much nicer WordPress-official alternative to textarea_code.
The text was updated successfully, but these errors were encountered: