According to this page, you can use the tiny_mce_before_init
filter, make sure the entity encoding is set to named
, and then add whichever special characters you want to the entities array.
Related Posts:
- How to dynamically generate wordpress editor on frontend?
- Problem with Line spacing in wysiwyg editor in WP 3.5.1
- Why did multiple line breaks stop working in text editor?
- Replace Taxomony Description Field with Visual/WYSIWYG Editor
- When switching from html to visual editor the tag gets corrupted
- Markup of oEmbed codes in the editor?
- Is it possible to create nested lists in the WYSIWYG editor?
- Cite-Tag for blockquotes
- Apply custom style to single word in WordPress
- Add Shortcode inline inside Gutenberg block
- data-accordion removed in Visual Editor
- TinyMCE editor – new lines not rendered on front end
- two tinyMCE editors in the same page
- WordPress tinymce prints empty P tag and break html format
- Remove empty lines ( ) when author updates their post
- TinyMCE strips line breaks on mceAddControl
- WP 3.3 my rich text category editor toolbar is gone!
- Add table controls with wp_editor minimal editor configuration (‘teeny’)
- Text cut off after the character 𪇆 in TinyMCE
- Using main style.css with add_editor_style
- How can I control the HTML output of my post?
- TinyMCE Plugin Parameter
- WYSIWYG editor in WP 3.2 plugin
- Add WYSIWYG to Image Description field
- Add a select a class dropdown in tinymce
- Add table button in editor without Plugin
- Custom settings page TinyMce: no formatting when echoing value of editor
- Our shortcode dropdown box in Tinymce is not working in WordPress 3.9?
- Can Rich Text features be configured per user?
- Stop WordPress Visual Editor converting backticks into code blocks
- Custom TinyMCE style formats disabled
- Add buttons to the new TinyMCE WP Editor. Javascript API
- Avoid glitchy characters – my own version of the problem
- 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
- Tiny MCE doesn’t look anything like my blog
- Why is the media upload button not in the main toolbar & can it be placed there instead?
- Adding CSS to admin TinyMCE editor for custom button
- How can a TinyMCE modal return formatted/visual text?
- Stop editor from adding “amp;” after every “&”
- TinyMCE not loading in IE8
- Blank spaces show as a question mark
- Allowing style tag in TinyMCE editor
- TinyMCE Advances is removing blanks (” “)
- Why Editor reformats my code
- enable TinyMCE for comment forms
- Best Browser for Editing Posts
- How to apply padding to TinyMCE editor?
- TinyMCE strips off the href tag inside span, if i change from text to visual
- Adding a Media Button to the WordPress Content Editor
- Wordpres Tinymce custom button (Gavick guide)
- Error in backend: Failed to load plugin: tabfocus from url
- Preserve indentation, HTML5 shorthand in editor
- `tinyMCE is not defined` after migrating site to server
- WordPress adding extra html coding to my data on saving
- TinyMCE HTML Encode Backslash
- Custom shortcode editor [BackboneJS & TinyMCE)
- TinyMCE 4.0: specifying buttons to display [duplicate]
- What is zinging my HTML commands? I don’t think I can blame TinyMCE this time…
- WYSIWYG with HTML source?
- How do I separate my theme’s styles from editor styles?
- Add custom classes to TinyMCE generated markup
- How to add placeholder in wp_editor?
- wp.editor.initialize() breaks when support for ‘editor’ is added to custom post type
- Stop WordPress Wrapping Images In A “P” Tag
- How do I include a TinyMCE editor in the frontend?
- Extra TinyMCE editor strips and tags?
- Switch between Visual and HTML tab freely
- Creating a wp_editor instance with custom tinyMCE buttons
- If a hacker changed the blog_charset to UTF-7 does that make WordPress vulnerable to further attacks?
- How to add custom CSS (theme option) to TinyMCE?
- How to add “Insert/Edit link” button in custom popup tinymce window?
- Remove HTML editor and visual/HTML tabs from TinyMCE
- How to disable TinyMCE from removing span tags
- WordPress automatically adding ” “?
- Forcing reload of editor-style.css
- How to Add WYSIWYG Editor (tinyMCE) to plugin options page compatible with WordPress 3.0 and up?
- Add popup window to TinyMCE buttons
- Initialize TinyMCE editor / visual editor after AJAX insert
- How to customize TinyMCE4 in WP 3.9 – the old way for styles and formats doesn’t work anymore
- No filter of code on switch from html to visual editor, how?
- TinyMCE editor is breaking my beautiful HTML
- WordPress 3.9 – Trouble Editing TinyMCE 4.0
- How set defaults on wpLink()
- Strange characters – despite everything being UTF-8
- How to get the input of a TinyMCE editor when using on the front-end?
- Removing buttons from the editor
- Load wp_editor via ajax [duplicate]
- How to modify image editor dialog options on WordPress?
- How to include own css on wordpress tinymce editor?
- How to force TinyMCE in WordPress to replace newlines with tags and not with
- Enqueue Script After TinyMCE initialized
- How to use tinyMCE for user “biographical info”?
- Using WordPress’ WYSIWYG for comments
- How to add multiple buttons to TinyMCE?
- TinyMCE 4.x : How to customize toolbar on wp_editor()
- Modify links when inserted by WYSIWYG editor
- Stop editor from removing tags and replacing them with nbsp
- How to replace the content of tinyMCE editor in both text and visual mode using jQuery?