Currently writing a plugin for WordPress, this includes a TinyMCE plugin for the builtin editor of WordPress.
However, when I print a TinyMCE editor at a custom admin page with:
wp_editor( $content, $editor_id, $settings );
The editor does not come with the aforementioned plugins. How would I go about including them with wp_editor?
Thank you.