I would like to edit the text or remove and re-create the Publish panel of Gutenberg’s PrePublish Panel in the editor sidebar. I know I can use wp.data.dispatch( 'core/edit-post'...
I’m not a big fan of the inline linking tool published with WP 4.5. Is there a way to disable it? 2 So, I may or may not go...
Does anyone know how o load wp_editor via AJAX in WordPress? My markup and editor is getting loaded properly but editor controls are not getting loaded properly, it may...
I am using the *_add_form_fields action to add fields to a custom taxonomy. One of those fields is a wp_editor(). The problem I am facing is that when I...
Is there a way to define wp_editor() with custom tinyMCE buttons? I’ve noticed the wp_editor function reference mentions that one of the $settings arguments can be tinymce (array) (optional)...
I have a theme that is custom developed and really complex. One of the things that I have is multiple content areas where users can specify content for specific...
4.5 is out and with it new Text Patterns. I would like to know how to go about adding my own custom patterns. Taking a look at wp-includes/js/tinymce/plugins/wptextpattern/plugin.js it...