Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Add Classic Editor styles */
- add_action( 'admin_enqueue_scripts', 'add_classic_editor_style' );
- function add_classic_editor_style() {
- add_editor_style( get_stylesheet_directory_uri() . '/post-editor.css' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement