Why does my visual post editor break when I try to add a TinyMCE button?
Well, here’s what I found. It doesn’t quite explain why the editor was breaking, but it does explain how to add a button properly, without breaking the editor. The PHP code I was trying to add to functions.php actually needed to be added as a plugin. Combining directions from this StackExchange post and this tutorial, … Read more