This has solved the problem, simply remove the plugin which automatically formats text as you type, from loading in the first place.
add_filter( 'tiny_mce_plugins', 'rwebster_editor_remove_wptextpattern', 1, 99 );
function rwebster_editor_remove_wptextpattern( $plugins ) {
$wptextpattern = array_search( 'wptextpattern', $plugins );
unset( $plugins[$wptextpattern] );
return $plugins;
}
Related Posts:
- TinyMCE strips line breaks on mceAddControl
- How to dynamically generate wordpress editor on frontend?
- Stop editor from adding “amp;” after every “&”
- Creating a wp_editor instance with custom tinyMCE buttons
- Remove HTML editor and visual/HTML tabs from TinyMCE
- How to get the input of a TinyMCE editor when using on the front-end?
- Load wp_editor via ajax [duplicate]
- TinyMCE 4.x : How to customize toolbar on wp_editor()
- Replace Taxomony Description Field with Visual/WYSIWYG Editor
- How to use the new Dashicons for custom TinyMCE buttons?
- Add unique class or ID information to tinyMCE
- Is it possible to create nested lists in the WYSIWYG editor?
- How can I stop TinyMCE from converting my HTML entities to characters?
- TinyMCE Anchor Button not showing
- Cite-Tag for blockquotes
- “wp_editor” not displaying TinyMCE correctly when square brackets used in name
- Secure Validation of wp_editor in Theme Options
- Apply custom style to single word in WordPress
- Tiny MCE not adding p tag when saving theme option
- TinyMCE Editor Set Default Tab
- data-accordion removed in Visual Editor
- Registering custom TinyMCE buttons, for admin area, to work with custom instances of wp_editor
- Remove quicktag buttons but not Visual / Text editor and tabs
- TinyMCE editor – new lines not rendered on front end
- How to get WP editors tinyMCE instances
- Count Words using tinymce in the front-end
- tinyMCE.activeEditor = null WP editor loaded in ‘Text’ mode?
- Add table controls with wp_editor minimal editor configuration (‘teeny’)
- Using main style.css with add_editor_style
- Change Default Font Size and Remove Unwanted Font Sizes in TinyMCE
- How can I control the HTML output of my post?
- TinyMCE Plugin Parameter
- wpeditor issue – shows both mode and not able to focus/edit during visual mode
- wp_editor on input changes content
- Add a select a class dropdown in tinymce
- Limit Block format tags in WordPress wp_editor
- Custom settings page TinyMce: no formatting when echoing value of editor
- How to remove the statusbar from the default wordpress editor?
- wp.editor.initialize does not show the same default toolbar
- TinyMCE Editor change underline button behavior – u tag instead of span text-decoration underline
- wordpress qtranslate editor text is not working [closed]
- How to Add TinyMCE to widget
- Is it possible to disable the image alignment options in the post editor?
- Change syntax styling of TinyMCE HTML Text Editor
- More than one TinyMCE (wp_editor) with different $settings[‘drag_drop_upload’] values breaks
- Adding custom styles to elements, without creating new elements
- wp_editor not modify html tags of initial content
- allowing all HTML tags in tinymce editor
- Tiny MCE doesn’t look anything like my blog
- How to apply a custom skin to WP_Editor / TinyMCE?
- TinyMCE not loading in IE8
- TinyMCE 4 & wp_editor multiple editor issue
- How to remove buttons from tinyMCE in wp_editor added via AJAX
- How to apply padding to TinyMCE editor?
- Loading a self-hosted custom @font-face into TinyMCE dropdowns (Classic Editor) via ‘tiny_mce_before_init’ filter
- Load WordPress Editor .css on Front End
- “Formats” Select Menu in WP Editor doesn’t show up with correct colour
- WordPress Editor without buttons
- Adding a class to custom TinyMCE button using WPLinks dialog box
- How to remove “justifyfull” in TinyMCE
- WordPress adding extra html coding to my data on saving
- wp_editor Too Tall when Content is Loaded
- Inline Editing with wp_editor and tinymce (problem with textarea)
- TinyMCE 4.0: specifying buttons to display [duplicate]
- Adding New Row of Custom TinyMCE
- WYSIWYG with HTML source?
- Add custom classes to TinyMCE generated markup
- Problem with Line spacing in wysiwyg editor in WP 3.5.1
- Stop editor from removing tags and replacing them with nbsp
- Possible to stop WordPress from adding p1, p2… classes to p tags in TinyMCE?
- Custom Tiny MCE button to bring up a custom php popup
- Is there a way to prevent the Editor from modifying my HTML
- How to keep a textarea and stop tinymce?
- TinyMCE – Show Advanced Options (2nd Row) By Default
- TinyMCE – Add class to OL – selector doesn’t seem to get parent OL,UL, just LI’s (4.6.3)
- TinyMCE Keyup Function
- Hide TinyMCE controls in TinyMCE 4 (WordPress 3.9)
- TinyMce in WordPress – Getting the “fullscreen” button to stay on the right when customising button layout
- Sortable WYSIWYG editor
- Convert this textarea to rich html format via wp_editor
- Add table button in editor without Plugin
- Convert textarea with wp_editor
- TinyMCE as comment editor – encoding issues
- Localize variables with TinyMCE script
- Shift-Enter in tinyMCE (wp 3.3.1) not working
- TInyMCE object Tag stripped
- Add a select option of shortcodes like dropdown in tinymce
- Save WYSIWYG editor plugin settings, only works after second save
- Embed iFrame in WordPress 3.0.1
- TinyMCE: Move buttons from 2nd row to top row
- TinyMCE doesn’t work correctly in the Media Modal Window
- Wordpres Tinymce custom button (Gavick guide)
- tinymce and responsive line-breaks (short words after a period)
- Client on iPad accidentally adding tag to posts while writing
- TinyMCE HTML Encode Backslash
- Revealing ‘code’ hidden button in TinyMCE4 and WordPress 3.9.x
- regEx wp core file
- Using TinyMCE fiddle for node filter to add id attribute to anchors
- How do I separate my theme’s styles from editor styles?
- WordPress and TinyMCE Advanced: Failed to load javascript