Skip to content

Instantly share code, notes, and snippets.

Created September 22, 2016 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e93ec4ed512b595c5271bcd865a19707 to your computer and use it in GitHub Desktop.
Save anonymous/e93ec4ed512b595c5271bcd865a19707 to your computer and use it in GitHub Desktop.
<?php
// Ab hier kopieren
function ah_theme_add_editor_styles() {
add_editor_style( 'editor-style.css' );
}
add_action( 'init', 'ah_theme_add_editor_styles' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment