Dynamically adding WYSIWYG to metaboxes

I’ve created a custom metabox area and need to add the option of multiple metaboxes. So far I found this guide https://jeremyhixon.com/repeating-wordpress-editor/ which works absolutely perfect up until one point. When you click to add a new metabox it dynamically adds the textarea and turns it into a tinyMCE using tinymce.init({ selector: ‘#’ + contentID … Read more

Remove text tab

I would like to ask whether there is a function to remove/turn off the Text tab for users ? Enough good codes here to make a clean CMS, only this one I can not find. 2 Answers 2 This requires two steps: 1) First, we need to hide the editor tabs, which can be accomplished … Read more