[*]
This took me ages to figure out but here is how it works now just add below code to the functions:
function tinyMCEoptions($initArray) {
$options="*[*]";
$initArray['valid_elements'] = $options;
$initArray['extended_valid_elements'] = $options;
return $initArray;
}
add_filter('tiny_mce_before_init', 'tinyMCEoptions');
[*]
Related Posts:
- How to add “Insert/Edit link” button in custom popup tinymce window?
- How to disable TinyMCE from removing span tags
- WordPress automatically adding ” “?
- How to get the input of a TinyMCE editor when using on the front-end?
- Enqueue Script After TinyMCE initialized
- Stop editor from removing tags and replacing them with nbsp
- Unable to add “code” button to TinyMCE toolbar
- WordPress 3.2 has broken my TinyMCE code
- wp_editor disable after reaching character count limit
- Is it possible to re-use the image details popup?
- Visual Tab Missing From 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?
- Add a button to tinyMCE editor on Custom Post Type
- TinyMCE Anchor Button not showing
- HTML5, WordPress and Tiny MCE issue – wrapping anchor tag around div results in funky output
- How to disable TinyMCE 4 keyboard shortcuts
- Tiny MCE not adding p tag when saving theme option
- How to add TinyMCE keyboard shortcut
- WordPress MultiSite Paste from Word Tool Does not work
- 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
- Adding TinyMCE custom buttons when using teeny_mce_before_init
- Remove quicktag buttons but not Visual / Text editor and tabs
- Disabling TinyMCE keyboard shortcuts altogether
- Disable TinyMCE autoformatting
- TinyMCE strips line breaks on mceAddControl
- Count Words using tinymce in the front-end
- TinyMCE – Add class to OL – selector doesn’t seem to get parent OL,UL, just LI’s (4.6.3)
- Keep pasted pre formatted code as it is -with tabs- in visual editor
- Should the WP post editor B (bold) button be inserting a tag instead of in HTML5?
- TinyMCE Keyup Function
- TinyMCE Editor removing and and putting instead
- Hide TinyMCE controls in TinyMCE 4 (WordPress 3.9)
- Access tinymce from thickbox
- TinyMce in WordPress – Getting the “fullscreen” button to stay on the right when customising button layout
- Add TinyMCE editor to windowManager textbox
- unwanted and tags in text editor
- WordPress editor strips out anchor tags when they appear on their own line
- wp_editor on input changes content
- Sortable WYSIWYG editor
- How do I add a TinyMCE row that all users can see, instead of just admins?
- Limit Block format tags in WordPress wp_editor
- Add table button in editor without Plugin
- Custom settings page TinyMce: no formatting when echoing value of editor
- How to reset ‘Advance’ tab on table property?
- Add drop down in wordpress tiny mce editor pop up
- Prevent the Editor From Moving My
- TinyMCE Advanced list type drop-down
- editor text cut off when using 2 spaces (after periods)
- Advanced tinyMCE insert link error [closed]
- Is it possible to disable the image alignment options in the post editor?
- allowing all HTML tags in tinymce editor
- Keyup events in tinymce editor not working
- Tiny MCE doesn’t look anything like my blog
- Save WYSIWYG editor plugin settings, only works after second save
- Removing tags around tags
- Front-end image upload from TinyME [closed]
- TinyMCE – no auto formatting using the_editor()?
- How to force insertion in editor
- TinyMCE not loading in IE8
- Sanitizing textarea for wp_insert_post with TinyMCE enabled or disabled
- Visual Editor is blank – 404 for plugin js
- Getting shortcode attribute values and shortcode content with JavaScript regex
- Allowing style tag in TinyMCE editor
- Change the background of the TinyMCE editor with available WP arguments
- remove WYSIWYG editor but keep media button
- Best Browser for Editing Posts
- WordPress Tiny MCE won’t accept line breaks
- wp_tiny_mce function not found
- TinyMCE strips off the href tag inside span, if i change from text to visual
- clasic editor – article categories customization?
- Replace text by icon in TinyMCE toolbar
- TinyMCE Advanced Link Class List on the main editor
- TinyMCE function causes issue in AVADA theme
- Changing code with ( ) when author updates their post (TinyMCE)
- WordPress Editor without buttons
- How do I externalize JQuery from my Tinymce Modal Dialog’s html and Enqueue the JS File to see JQuery
- Adding microdata using Structured Data Markup Helper HTML
- How to modify VisualComposer’s TinyMCE editor only for a specific shortcode
- `tinyMCE is not defined` after migrating site to server
- WordPress adding extra html coding to my data on saving
- wp_editor Too Tall when Content is Loaded
- Tinymce doesnt appear
- mce_external_languages: how does it really work?
- tinymce modal and I18n strings methods
- Revealing ‘code’ hidden button in TinyMCE4 and WordPress 3.9.x
- Edit body image after insertion in 3.9.1
- WordPress WYSIWYG editor on demand, responsive
- regEx wp core file
- Adding New Row of Custom TinyMCE
- Using TinyMCE fiddle for node filter to add id attribute to anchors
- Multiple TinyMCEs breaking Distraction Free Writing
- prevent caching during tinymce custom button development
- WordPress removes paragraphs. How to disable this behavior?
- WPAlchemy – Multiple TinyMCE editor blank (can’t add text)
- Add custom classes to TinyMCE generated markup
- wp_insert_post() dont post content like i need it :(