Since wordpress does not have a menu icon (aka “user friendly) way to add the command to a post or page, I’m trying to create a shortcode to do...
As the 5.0 is getting real, and so is Gutenberg… Is it possible to disable Gutenberg and use previous TinyMCE editor? How to do this? 4 Answers 4 Yes,...
For a custom plugin I’m working on, I have added a checkbox element to the attachments editor in a manner like the answer provided here: How to add a...
[*] I have an inline SVG tag with an embedded <USE> tag. HTML: <ul> <li><svg class="icon-user"><use xlink:href="#icon-user"></use></svg> My Account</li> </ul> I have created a filter function to force the...
Does anyone know how to style the visual editor so that when specific shortcodes are used they are replaced with an image within the visual editor? I have found...
I want to disable input into an instance of wp_editor on the front end. This accurately tracks the number of characters, but allows input after the limit is reached....
I would like to remove the visual editor from one specific page because if I edit this one page in Visual mode, it breaks the code. I want to...
I have added a button beside the Add Media button in WordPress’ post editor. Its called Insert Content button. When this button is pressed, it should send a content,...
With WP 4.8 extending the widgets API, the simple text widget is using TinyMCE. The advantage is that TinyMCE scripts are already enqueued in Ajax requests. However, for a...
Is it possible to remove the ‘Custom…’ option in the editors colour picker to prevent the user adding custom colours? 1 1 Yes, it is possible to remove the...