Adding TinyMCE buttons without removing plugin buttons?
tiny_mce_before_init is a filter that gets the whole TinyMCE configuration, but there are filters that act on smaller parts of it, like mce_buttons for only the buttons. The advantage here is that they act on arrays, so it’s easy to add or remove parts from them. This is how Vipers Video Quicktags does it too. … Read more