philJohnson
9/11/2015 - 1:18 AM

Custom WYSIWYG css

Custom WYSIWYG css

function my_mce_css() {
	return get_bloginfo('template_url').'/css/editor-style.css';
}

add_filter( 'mce_css', 'my_mce_css' );