I've added a Text_Editor_Custom_Control to my Customizer using the code below. When I navigate to that section in the Customizer, the field appears with the "Add Media" button plus the "Visual" and "Text" tabs. However, the TinyMCE editor doesn't load. It doesn't add the editor buttons, and the input element itself remains a textarea, instead of being replaced by the iframe. There are no js errors in the console, nor are there any PHP errors (WP_DEBUG is set to 'true').
I've added a Text_Editor_Custom_Control to my Customizer using the code below. When I navigate to that section in the Customizer, the field appears with the "Add Media" button plus the "Visual" and "Text" tabs. However, the TinyMCE editor doesn't load. It doesn't add the editor buttons, and the input element itself remains a
textarea
, instead of being replaced by theiframe
. There are no js errors in the console, nor are there any PHP errors (WP_DEBUG is set to 'true').