TinyMCE Not Loading in Customizer (for email customization)
-
https://wpusermanager.com/article/179-emails-settings/ details the process of editing notification emails. A screenshot on that page shows a WYSIWYG editor for modifying the email content.
I can’t get that editor to load. All I see is a raw
textareafield.Edit: I can’t seem to upload screenshots, but you can recreate this on a fresh WP installation by installing WP User Manager and following the instructions in the link above to attempt to edit an email. I confirmed this bug is happening on a default theme with no other plugins installed.
I see that the
customize_controlsfunction in\includes\emails\class-wpum-emails-customizer-scripts.phpis enqueuing the editor, then\assets\js\admin\admin-email-customizer-controls.min.jsis attempting to runwp.editor.initializeon thattextareafield to initialize TinyMCE, but nothing is happening. No errors messages, nothing. I can’t get any feedback from trying to manually initialize the editor in the console either.
The topic ‘TinyMCE Not Loading in Customizer (for email customization)’ is closed to new replies.