Title: TinyMce Issue
Last modified: April 5, 2018

---

# TinyMce Issue

 *  [ipushpull](https://wordpress.org/support/users/ipushpull/)
 * (@ipushpull)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/tinymce-issue-2/)
 * I have noticed that your tinymce filter function does NOT include the plugin_array
   argument. This causes other plugins not to work.
 *     ```
       	public function filter_mce_external_plugins() {
       		$plugin_array['wptables_tinymce'] = WPT_BASE_URL.'build/js/wptables-tinymce-plugin.min.js';
          		return $plugin_array;
       	}
       ```
   
 * should be
 *     ```
       	public function filter_mce_external_plugins($plugin_array) {
       		$plugin_array['wptables_tinymce'] = WPT_BASE_URL.'build/js/wptables-tinymce-plugin.min.js';
          		return $plugin_array;
       	}
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ian Sadovy](https://wordpress.org/support/users/iansadovy/)
 * (@iansadovy)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/tinymce-issue-2/#post-10148837)
 * Hello [@ipushpull](https://wordpress.org/support/users/ipushpull/),
 * Thank you for reporting.
    I will add this in the next update.
 * Regards,
    Ian

Viewing 1 replies (of 1 total)

The topic ‘TinyMce Issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wptables_c8eafa.svg)
 * [WordPress Tables](https://wordpress.org/plugins/wptables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wptables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wptables/)
 * [Active Topics](https://wordpress.org/support/plugin/wptables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wptables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wptables/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ian Sadovy](https://wordpress.org/support/users/iansadovy/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/tinymce-issue-2/#post-10148837)
 * Status: not resolved