Skip to content

Instantly share code, notes, and snippets.

@stompweb
Created October 31, 2015 18:10
Show Gist options
  • Save stompweb/38553bd9cdb4f6a37fb4 to your computer and use it in GitHub Desktop.
Save stompweb/38553bd9cdb4f6a37fb4 to your computer and use it in GitHub Desktop.
add editor style
<?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