Advertisement
arie_cristianD

add classic editor style

Jun 30th, 2025
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. /* Add Classic Editor styles */
  2. add_action( 'admin_enqueue_scripts', 'add_classic_editor_style' );
  3. function add_classic_editor_style() {
  4.     add_editor_style( get_stylesheet_directory_uri() . '/post-editor.css' );
  5. }
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement