add_editor_style not working

You shouldn’t need an action to add an editor style. Simple add the following anywhere in your functions.php:

add_editor_style('css/editor-style.css');

Leave a Comment