Created
January 13, 2015 04:08
-
-
Save raewrites/949efeb9b3a39be0fe2c to your computer and use it in GitHub Desktop.
Create Editor Style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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