Created
October 31, 2015 18:10
-
-
Save stompweb/38553bd9cdb4f6a37fb4 to your computer and use it in GitHub Desktop.
add editor style
This file contains 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
<?php | |
function stomp_add_editor_styles() { | |
add_editor_style( 'css/editor-style.css' ); | |
} | |
add_action( 'admin_init', 'stomp_add_editor_styles' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment