You appear to be a bot. Output may be restricted
Description
Enqueue classic editor styles.
Usage
twentytwenty_classic_editor_styles();
Parameters
Returns
void
Source
File name: twentytwenty/functions.php
Lines:
1 to 9 of 9
function twentytwenty_classic_editor_styles() { $classic_editor_styles = array( '/assets/css/editor-style-classic.css', ); add_editor_style( $classic_editor_styles ); }