Add Cache Version Number to editor-style.css
You can add a custom style sheet to format the WordPress editor using add_editor_style. A frustrating problem with this technique is that browsers will typically cache this css file pretty hard, and so it’s tricky to see that changes you made appear in the editor. This is how you would typically add a custom style …