Created
September 11, 2015 01:18
-
-
Save philJohnson/8dd629eba9d449a7bfbb to your computer and use it in GitHub Desktop.
Custom WYSIWYG css
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_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