Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // Load the css for the custom styles
  2. function custom_editor_styles() {
  3. add_editor_style( 'editor-styles.css' );
  4. }
  5. add_action( 'init', 'custom_editor_styles' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement