Skip to content

Instantly share code, notes, and snippets.

@raewrites
Created January 13, 2015 04:08
Show Gist options
  • Select an option

  • Save raewrites/949efeb9b3a39be0fe2c to your computer and use it in GitHub Desktop.

Select an option

Save raewrites/949efeb9b3a39be0fe2c to your computer and use it in GitHub Desktop.
Create Editor Style
function my_theme_add_editor_styles() {
add_editor_style( 'custom-editor-style.css' );
}
add_action( 'init', 'my_theme_add_editor_styles' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment