I know how to disable TinyMCE default buttons with add_filter('tiny_mce_before_init') using theme_advanced_disable parameter, but a button added by a 3rd party plugin seems impossible to hide with tiny_mce_before_init
The available array with add_filter('mce_buttons') returns only the default tinyMCE buttons.
How to disable this tinyMCE button?