Skip to content

Instantly share code, notes, and snippets.

@philJohnson
Created September 11, 2015 01:18
Show Gist options
  • Save philJohnson/8dd629eba9d449a7bfbb to your computer and use it in GitHub Desktop.
Save philJohnson/8dd629eba9d449a7bfbb to your computer and use it in GitHub Desktop.
Custom WYSIWYG css
function my_mce_css() {
return get_bloginfo('template_url').'/css/editor-style.css';
}
add_filter( 'mce_css', 'my_mce_css' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment